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 166274a..faac402 100644
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,13 @@ GENSASS :=
EMACSBIN := emacs
EMACS := ROOT="${ROOT}" ${EMACSBIN}
-TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" 2>> build.log
+TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" \
+ 2>> build.log
default: init-log build
init-log:
- @echo "==============[CLEOPATRA BUILD LOG]==============" \
+ @echo "===========[CLEOPATRA BUILD LOG]===========" \
> build.log
.PHONY: init-log default build