From 719d17707b251721d0ac6a9b0929ca0012bd143a Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 22 Feb 2020 16:30:42 +0100 Subject: Increase the width of the log file header generated by cleopatra --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51a78b3..dbb1619 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ GENSASS := default: init-log build init-log: - @echo "==========[CLEOPATRA BUILD LOG]==========" > build.log + @echo "==============[CLEOPATRA BUILD LOG]==============" \ + > build.log .PHONY: init-log default build -- cgit v1.2.3