10
1
mirror of https://github.com/pfloos/quack synced 2024-07-22 18:57:35 +02:00
This commit is contained in:
Pierre-Francois Loos 2020-10-13 13:47:13 +02:00
parent a5bd9c218b
commit 77fde3560c

View File

@ -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