summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 317a5cd..0fcd30a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ objs = $(srcs:.mdwn=.html)
all: $(objs)
+local:
+ $(MAKE) DOCUMENT_BASE=$(PWD) MEDIA_BASE=$(PWD) all
+
$(objs): Makefile includes/header.html includes/footer.html
.mdwn.html: