aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fb0b2d..5e56e06 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,10 @@ include mk/build-doc.mk
.PHONY: perms
perms: all
+ @printf '\e[00;01;34m%s\e[00m\n' "$@"
sudo chown 'root:root' $(foreach S,$(SETUID_SERVERS),bin/$(S))
sudo chmod 4755 $(foreach S,$(SETUID_SERVERS),bin/$(S))
+ @echo
# Clean rules.