From: PHO Date: Wed, 4 Jul 2012 07:25:31 +0000 (+0900) Subject: Makefile: chmod a=rx ./Build X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=commitdiff_plain;h=336bbed1e8e4131dff6d4d02af2309cb22f61792 Makefile: chmod a=rx ./Build --- diff --git a/Makefile b/Makefile index a85cff8..dce93f9 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,6 @@ Build: $(SOURCES) done head -q -n -1 $@.tmp > $@ rm -f $@.tmp + chmod a=rx $@ -.PHONY: all clean \ No newline at end of file +.PHONY: all clean