From acc8d6c41f6d8353b196fe1d0eacc5cf27a7c290 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Sep 2013 11:05:18 -0400 Subject: Makefile: Add "local" target. --- 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: -- cgit v0.9.1