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