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 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3