We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07076df commit be584d1Copy full SHA for be584d1
1 file changed
Makefile
@@ -0,0 +1,6 @@
1
+.PHONY: test
2
+test:
3
+ @mise x -- zig build test --summary all
4
+
5
+.PHONY: build
6
+ @mise x -- zig build
0 commit comments