mirror of
https://github.com/pfloos/quack
synced 2024-11-06 22:24:03 +01:00
makefile
This commit is contained in:
parent
a5bd9c218b
commit
77fde3560c
@ -3,11 +3,11 @@
|
||||
QUACK_ROOT=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))/..))
|
||||
export QUACK_ROOT
|
||||
|
||||
default: build.ninja
|
||||
default:
|
||||
python3 make_ninja.py
|
||||
ninja
|
||||
|
||||
clean: build.ninja
|
||||
clean:
|
||||
python3 make_ninja.py
|
||||
ninja -t clean
|
||||
for i in */ ; do ninja -t clean ; done
|
||||
|
Loading…
Reference in New Issue
Block a user