Skip to content
Snippets Groups Projects
Commit cf499a94 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Directory structure changed.

Created subdirectories of src/ for better organisation of the
  files.
Modified Makefile accordingly.
parent 79ad0d0e
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -9,9 +9,9 @@ COL_CYAN = \033[01;36m
COL_WHITE = \033[01;37m
COL_END = \033[0m
INC_DIRS = src/ src/tests/
INC_DIRS = src/ src/tests/ src/hash/ src/dns/ src/other/ src/server/
SRC_DIRS = src/
OBJ_DIR = tmp/
OBJ_DIR = obj/
BIN_DIR = bin/
VPATH += ${SRC_DIRS} ${INC_DIRS} ${OBJ_DIR}
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment