diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |