summaryrefslogtreecommitdiff
path: root/example/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/test/Makefile')
-rw-r--r--example/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/test/Makefile b/example/test/Makefile
index 041722b..7bdeca0 100644
--- a/example/test/Makefile
+++ b/example/test/Makefile
@@ -10,9 +10,10 @@ CFLAGS = -Wall \
-Wextra \
-Wpedantic \
-I../libfib \
+ -I.. \
-std=c17
LDFLAGS = -L../libfib \
-lfib
-include ../tools/mcd.prog.mk
+include ../tools/mk/mcd.prog.mk