]> git.localhorst.tv Git - l2e.git/blob - build/targets.mk
added first unit test
[l2e.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