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