10
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 03:15:33 +02:00
QuAcK/src/CI/Makefile

11 lines
94 B
Makefile

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