diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-23 23:12:24 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-23 23:12:24 +0100 |
commit | 9ff166501ed5c7027da8ef6e238fac4fb524b2fc (patch) | |
tree | 8541ee256b60ae9560ace52e61d98ed1d2c82dc4 /examples/Makefile | |
parent | ab3017564ace47ea80232d951e12f919a8be962a (diff) |
Pass the -I flag to the compiler
Diffstat (limited to 'examples/Makefile')
-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 |