summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9c23b0f..6407870 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,9 +1,9 @@
SRC := $(shell find . -name '*.md')
HTML = $(SRC:.md=.html)
-all: $(HTML) build-page
+all: $(HTML)
-%.html: %.md
+%.html: %.md build-page
sh build-page $< > $@
clean: