]> git.localhorst.tv Git - l2e.git/blob - build/targets.mk
5793443fda5609f05893d23a93d2ffcd6cc5f764
[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