From 89e27fc582b71966522be56103b117558de370c6 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sun, 23 Feb 2020 23:18:16 +0100 Subject: Reduce the length of long lines of code in cleopatra --- site/cleopatra/Bootstrap.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'site/cleopatra/Bootstrap.org') 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 -- cgit v1.2.3