X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=2260df74616ed32d1bec0fc1f4e77e83c28a1523;hb=7266242a5a7f006244f128eb5f2782b798ef867a;hp=a85cff82c3145f82bea548df573d33ccb2d44bbf;hpb=46be632798ce01a88e99099a3eb8789bad087b18;p=autobuild.git diff --git a/Makefile b/Makefile index a85cff8..2260df7 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,13 @@ clean: rm -f Build Build.tmp Build: $(SOURCES) - rm -f $@.tmp + rm -f $@ $@.tmp for i in $(SOURCES); do \ cat $$i >> $@.tmp; \ echo >> $@.tmp; \ done head -q -n -1 $@.tmp > $@ rm -f $@.tmp + chmod a=rx $@ -.PHONY: all clean \ No newline at end of file +.PHONY: all clean