summaryrefslogtreecommitdiffstats
path: root/site/posts/meta/Bootstrap.org
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 /site/posts/meta/Bootstrap.org
parentRemove useless dependencies in the `build' rule of cleopatra (diff)
Increase the width of the log file header generated by cleopatra
Diffstat (limited to 'site/posts/meta/Bootstrap.org')
-rw-r--r--site/posts/meta/Bootstrap.org3
1 files changed, 2 insertions, 1 deletions
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