summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 16:30:42 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 16:30:42 +0100
commit719d17707b251721d0ac6a9b0929ca0012bd143a (patch)
treed9fb7666f4e6bfe18fb11e0a2d1484ff3d477d9a
parentRemove useless dependencies in the `build' rule of cleopatra (diff)
Increase the width of the log file header generated by cleopatra
-rw-r--r--Makefile3
-rw-r--r--site/posts/meta/Bootstrap.org3
2 files changed, 4 insertions, 2 deletions
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
diff --git a/site/posts/meta/Bootstrap.org b/site/posts/meta/Bootstrap.org
index 22e4ea4..74436dd 100644
--- a/site/posts/meta/Bootstrap.org
+++ b/site/posts/meta/Bootstrap.org
@@ -145,7 +145,8 @@ dependency.
default: init-log build
init-log:
- @echo "==========[CLEOPATRA BUILD LOG]==========" > build.log
+ @echo "==============[CLEOPATRA BUILD LOG]==============" \
+ > build.log
.PHONY: init-log default build
#+END_SRC