mirror of
https://github.com/pfloos/quack
synced 2024-11-19 20:42:44 +01:00
8 lines
61 B
Makefile
8 lines
61 B
Makefile
default:
|
|
ninja
|
|
make -C ..
|
|
|
|
debug:
|
|
ninja
|
|
make -C .. debug
|