]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Makefile makes omkbuild.py executable.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 15 Jun 2006 14:23:00 +0000 (14:23 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 15 Jun 2006 14:23:00 +0000 (14:23 +0000)
darcs-hash:20060615142338-f2ef6-70fe3fada839d000cb6ab0eef44fdd16188f7c8f.gz

Makefile

index f1084e76c8eeb8922047e2789b0ace87b83b9c7c..3707cb80f31564e09002129010a2af51c094b83f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@
 .PHONY: all split
 
 all:
+       chmod +x omkbuild.py
        ./omkbuild.py --all
 
 split:
+       chmod +x omkbuild.py
        cd snippets; ../omkbuild.py --split=../Makefile.rules
\ No newline at end of file