]> git.localhorst.tv Git - l2e.git/blobdiff - build/targets.mk
added first unit test
[l2e.git] / build / targets.mk
index 2cdfb7c04b4e7eb3e91f80c3a9194b78edd38b2b..5793443fda5609f05893d23a93d2ffcd6cc5f764 100644 (file)
@@ -3,4 +3,8 @@ all:
 clean:
        @echo "clean"
 
-.PHONY: all clean
+tests:
+
+test:
+
+.PHONY: all clean tests test