From ef8ffebb9216684dc0314529ee2fa98baa5f2c7b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 14 Sep 2024 22:33:51 +0200 Subject: Added additional notes to the Zig Interop with C Makefile --- zig-c-interop/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zig-c-interop/Makefile b/zig-c-interop/Makefile index b0e2753..5d19def 100644 --- a/zig-c-interop/Makefile +++ b/zig-c-interop/Makefile @@ -1,2 +1,4 @@ +# It is important to add Include path of local directory with "-I." so +# that Zig compiler knows where to find C files. default: zig run -I. main.zig -- cgit v1.2.3