]> rtime.felk.cvut.cz Git - omk/sssa.git/blobdiff - Makefile
Added GNU GPLv2
[omk/sssa.git] / Makefile
index 3707cb80f31564e09002129010a2af51c094b83f..24e4679ea64c704ea5f12d1010619219b00bfebf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-.PHONY: all split
+.PHONY: all split test tests
 
 all:
        chmod +x omkbuild.py
@@ -7,4 +7,7 @@ all:
 
 split:
        chmod +x omkbuild.py
-       cd snippets; ../omkbuild.py --split=../Makefile.rules
\ No newline at end of file
+       cd snippets; ../omkbuild.py --split=../Makefile.rules
+
+test tests:
+       $(MAKE) -C tests
\ No newline at end of file