Add Makefile
This commit is contained in:
parent
2f3bf35b02
commit
b0a28f9f16
1 changed files with 15 additions and 0 deletions
15
Makefile
Normal file
15
Makefile
Normal 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
|
Loading…
Reference in a new issue