diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |