From 1118cf361a8e065958726971f115fa586deea720 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Sep 2013 13:54:19 -0400 Subject: Makefile: Add prerequisites to objects. --- 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) -- cgit v0.9.1