4
1
mirror of https://github.com/pfloos/quack synced 2025-01-05 11:00:21 +01:00
quack/src/utils/Makefile

11 lines
94 B
Makefile

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