summaryrefslogtreecommitdiff
path: root/zig-c-interop/Makefile
blob: 5d19def8bea58b43d39c48921c3a53da52179cea (plain)
1
2
3
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