]> git.localhorst.tv Git - space.git/blob - build/targets.mk
grid view
[space.git] / build / targets.mk
1 all:
2
3 clean:
4         @echo "clean"
5
6 tests:
7
8 test:
9
10 .PHONY: all clean tests test