# 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
