forked from Alepha/Alepha
More testing.
This commit is contained in:
13
helpful-things/Makefile
Normal file
13
helpful-things/Makefile
Normal 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
|
Reference in New Issue
Block a user