summaryrefslogtreecommitdiff
path: root/zig-c-interop
diff options
context:
space:
mode:
Diffstat (limited to 'zig-c-interop')
-rw-r--r--zig-c-interop/Makefile2
1 files changed, 2 insertions, 0 deletions
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