summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5f6f85..f4b632f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,12 @@ objs = $(srcs:.mdwn=.html)
.SUFFIXES:
.SUFFIXES: .mdwn .html
+all: $(objs)
+
+$(objs): Makefile includes/header.html includes/footer.html
+
.mdwn.html:
markdown $< | ssic -o $@ $(SSIFLAGS) -
-all: $(objs)
-
clean:
rm -f $(objs)