mirror of
https://github.com/pfloos/quack
synced 2024-11-04 21:23:55 +01:00
11 lines
94 B
Makefile
11 lines
94 B
Makefile
default:
|
|
ninja
|
|
make -C ..
|
|
|
|
clean:
|
|
ninja -t clean
|
|
|
|
debug:
|
|
ninja -t clean
|
|
make -C .. debug
|