summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-04-22 18:28:40 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-04-22 18:28:40 +0200
commit4666ad9e87c5a93eeff4b06630d018ff620db45d (patch)
treebd2a247227c3001e309a76c33434e0f1e7922899 /docs
parent1d3f4fec941f9aa1c485cd87d6579d256b6a68c5 (diff)
make: Right-align target verbs
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index c0b03de..254813d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -97,5 +97,5 @@ stats-upload:
CLEAN = $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf
clean:
- @printf "Cleaning docs/*...\n"
+ @printf " Cleaning docs/*...\n"
@rm -rf $(CLEAN)