From 9ff166501ed5c7027da8ef6e238fac4fb524b2fc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Dec 2022 23:12:24 +0100 Subject: Pass the -I flag to the compiler --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') 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 -- cgit v1.2.3