summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c15317a..221b253 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
WORK_DIR = .
SRC_DIR = $(WORK_DIR)/src
-INC_DIR = $(WORK_DIR)/include
-CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(INC_DIR)
+CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR)
CC = clang
CC_STD = -std=c11