1
0
forked from Alepha/Alepha

More testing.

This commit is contained in:
2023-10-12 18:36:37 -04:00
parent dd3f825ecd
commit 7bafa453da
7 changed files with 17 additions and 3 deletions

13
helpful-things/Makefile Normal file
View File

@ -0,0 +1,13 @@
# You can use this makefile in your
# build directory to drive ninja builds.
__primary: test
all:
ninja -v -j19 all
clean:
ninja clean
test: all
ninja test