diff options
-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) > $@ |
index : thingutils | ||
Miscellaneous utilities that I've written | Luke T. Shumaker |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 3 |
@@ -43,8 +43,7 @@ clean: $(RM) *~ %: %.php - cat $< >$@ - chmod a+x $@ + install -m755 $< $@ .gitignore: Makefile printf '%s\n' '*~' $(BINFILES) > $@ |