summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6cde25..9f10033 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,7 @@ clean:
$(RM) *~
%: %.php
- cat $< >$@
- chmod a+x $@
+ install -m755 $< $@
.gitignore: Makefile
printf '%s\n' '*~' $(BINFILES) > $@