diff options
-rw-r--r-- | examples/Makefile | 2 |
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 |