summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dbb1619..ce4543d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
ROOT := $(shell pwd)
CLEODIR := site/posts/meta
-EMACS := ROOT="${ROOT}" emacs
-TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" 2>> build.log
GENFILES :=
CONTENTS :=
GENSASS :=
+EMACS := ROOT="${ROOT}" emacs
+TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" 2>> build.log
+
default: init-log build
init-log: