10
1
mirror of https://github.com/pfloos/quack synced 2024-08-25 13:41:46 +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))/..)) 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