summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b16c05f..5ca6bc8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
ROOT := $(shell pwd)
CLEODIR := site/posts/meta
+
GENFILES := scripts/tangle-org.el bootstrap.mk
+default: build
+
include bootstrap.mk
bootstrap.mk scripts/tangle-org.el &: ${CLEODIR}/Bootstrap.org
@@ -11,4 +14,4 @@ bootstrap.mk scripts/tangle-org.el &: ${CLEODIR}/Bootstrap.org
--eval "(setq org-src-preserve-indentation t)" \
--eval "(org-babel-tangle)" 2>/dev/null
-.PHONY: clean build force
+.PHONY: clean build force default