summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 17:15:04 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 17:16:54 +0100
commit7f8a29ef26607a01474db51695ab529c358285a1 (patch)
treeafbca45cb3b21f866aed3d1a2c25ffc3807a3836 /Makefile
parentRemove an orphan sentence (diff)
Explain 'tangle-org.el'
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: