summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-12-23 23:12:24 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-12-23 23:12:24 +0100
commit9ff166501ed5c7027da8ef6e238fac4fb524b2fc (patch)
tree8541ee256b60ae9560ace52e61d98ed1d2c82dc4 /examples
parentab3017564ace47ea80232d951e12f919a8be962a (diff)
Pass the -I flag to the compiler
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 0d87a45..451863a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,2 +1,2 @@
all:
- cc -Og -g -ggdb gehashmap.c -o gehashmap
+ cc -Og -g -ggdb -I../src gehashmap.c -o gehashmap