summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Bootstrap.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 23:18:16 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 23:18:16 +0100
commit89e27fc582b71966522be56103b117558de370c6 (patch)
tree97a290e69615e8b61cb1ecd88f0106bb153c0eac /site/cleopatra/Bootstrap.org
parentReduce the size of the `alt' attribute of the header (diff)
Reduce the length of long lines of code in cleopatra
Diffstat (limited to 'site/cleopatra/Bootstrap.org')
-rw-r--r--site/cleopatra/Bootstrap.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/cleopatra/Bootstrap.org b/site/cleopatra/Bootstrap.org
index 9274fb4..9ffbe77 100644
--- a/site/cleopatra/Bootstrap.org
+++ b/site/cleopatra/Bootstrap.org
@@ -133,7 +133,8 @@ custom Emacs that you build yourself if you so desire.
#+BEGIN_SRC makefile :tangle Makefile :noweb tangle
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
#+END_SRC
** Bootstrapping
@@ -149,7 +150,7 @@ dependency.
default: init-log build
init-log:
- @echo "==============[CLEOPATRA BUILD LOG]==============" \
+ @echo "===========[CLEOPATRA BUILD LOG]===========" \
> build.log
.PHONY: init-log default build