.SECONDARY: #QUACK_ROOT=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))/..)) #export QUACK_ROOT default: python3 make_ninja.py ninja debug: python3 make_ninja.py debug ninja clean: python3 make_ninja.py for i in */ ; do cd $$i ; ninja -t clean ; cd .. ; done