quack/src/RPA/Makefile

11 lines
94 B
Makefile

default:
ninja
make -C ..
clean:
ninja -t clean
debug:
ninja -t clean
make -C .. debug