diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,8 +43,7 @@ clean: $(RM) *~ %: %.php - cat $< >$@ - chmod a+x $@ + install -m755 $< $@ .gitignore: Makefile printf '%s\n' '*~' $(BINFILES) > $@ |