summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-04-27 13:36:10 +0200
committerThomas Letan <lthms@soap.coffee>2023-04-27 13:36:10 +0200
commit7c52dfd5fc595c658ac18a1744b398ccc8db2ad5 (patch)
tree0e7eb6d6d8ddc49109a8d974dd596563ae3f95b7
parentAlt description for the avatar (diff)
Fix pretty-print invocation
-rw-r--r--commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.mk b/commands.mk
index c34297f..1f93255 100644
--- a/commands.mk
+++ b/commands.mk
@@ -1,5 +1,5 @@
serve :
- @cleopatra echo Spwaning "HTTP server"
+ @pretty-echo.sh "Spwaning" "HTTP server"
@cd out && python -m http.server
update :