aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index a3a2b52..893cea8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -46,9 +46,9 @@ debug:
targets: ${TARGETS}
# extra flags
-CFLAGS += -I../lib \
+CFLAGS += -I../lib/libk \
-Werror=implicit-function-declaration
-CXXFLAGS += -I../lib -Drestrict=__restrict__
+CXXFLAGS += -I../lib/libk -Drestrict=__restrict__
# Depndency rules
%.d: %.S