4
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 11:25:28 +02:00
quack/src/AOtoMO/Makefile

11 lines
94 B
Makefile
Raw Permalink Normal View History

2020-10-13 13:44:24 +02:00
default:
ninja
make -C ..
2020-10-14 15:07:35 +02:00
2020-10-14 16:02:09 +02:00
clean:
ninja -t clean
2020-10-14 15:07:35 +02:00
debug:
2020-10-14 16:02:09 +02:00
ninja -t clean
2020-10-14 15:07:35 +02:00
make -C .. debug