Makefile: make scansion executable for the poor owner, too

Sat, 08 May 2021 13:21:56 +0200

author
Jonas Sch?fer <jonas@wielicki.name>
date
Sat, 08 May 2021 13:21:56 +0200
changeset 169
ecae87f5aaba
parent 168
873f6fec12f2
child 170
db73c4c317ce

Makefile: make scansion executable for the poor owner, too

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Fri Feb 01 11:35:55 2019 +0000
+++ b/Makefile	Sat May 08 13:21:56 2021 +0200
@@ -22,7 +22,7 @@
 	mkdir build
 
 install: $(OUTPUT)
-	install -t $(BIN_DIR) -m 655 $^
+	install -t $(BIN_DIR) -m 755 $^
 
 clean:
 	rm $(OUTPUT)

mercurial