diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-15 12:11:38 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-15 12:47:34 +0200 |
commit | 1ffcd223591f8b0ad2d16e1c30f4db89b5c42fff (patch) | |
tree | 734ea6f7a57c11dd8edfb6870a99180b6dbc145f /Makefile | |
parent | 6e530b9abb6f16dc0db2fc712bbde2eabde671db (diff) |
Register phony targets as such.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ $(infiles:%.mdwn=%.html): %.html: %.mdwn clean: rm -f *.html + +.PHONY: all clean |