From b0a4fa5d440086957ae0e08aa5aff57b27e1c4ec Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Sun, 24 Mar 2024 17:09:49 +0100 Subject: [PATCH] Makefile also set permissions. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 576e2c2..71b8522 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,7 @@ +all: clean perms + clean: find . -iname "*~" -exec rm -fv {} \; + +perms: + chmod -c 755 tools/*