Makefile also set permissions.

This commit is contained in:
Stephane Gourichon
2024-03-24 17:09:49 +01:00
parent f92b230485
commit b0a4fa5d44

View File

@@ -1,2 +1,7 @@
all: clean perms
clean: clean:
find . -iname "*~" -exec rm -fv {} \; find . -iname "*~" -exec rm -fv {} \;
perms:
chmod -c 755 tools/*