summaryrefslogtreecommitdiff
path: root/Makefile
blob: 01e4dfd8679a978e40d4dff41ea852dd5c546976 (plain)
1
2
3
4
ZIG_OPTS := -Doptimize=ReleaseSmall

all: src/main.zig
	zig build ${ZIG_OPTS}