Add Makefile

This commit is contained in:
Paul Campbell 2022-01-15 14:29:51 +00:00
parent 2f3bf35b02
commit b0a28f9f16

15
Makefile Normal file
View file

@ -0,0 +1,15 @@
dist: inttest
mkdir dist
cp zig-out/bin/skip dist/
inttest: zig-out/bin/skip
./test.sh
zig-out/bin/skip: unittest
zig build
unittest: zigmod src/main.zig
zig build test
zigmod: zig.mod
zigmod ci