From 1ffcd223591f8b0ad2d16e1c30f4db89b5c42fff Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 Oct 2015 12:11:38 +0200 Subject: Register phony targets as such. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cbfd740..1c00929 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ $(infiles:%.mdwn=%.html): %.html: %.mdwn clean: rm -f *.html + +.PHONY: all clean -- cgit v1.2.3