summaryrefslogtreecommitdiff
path: root/backend/Makefile
blob: 5d8bdb4d3215caa2be550790d6eb48632a6bf333 (plain)
1
2
3
4
5
all:
	zig build test && zig build run

test:
	zig build test