]> Chaos Git - corbenik/ctrulib.git/commitdiff
Remove the executable bit from examples’ Makefiles
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Tue, 6 Oct 2015 21:58:03 +0000 (22:58 +0100)
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Tue, 6 Oct 2015 21:58:03 +0000 (22:58 +0100)
The normal way to invoke a Makefile is to run `make`, not to run the
Makefile directly.  Besides they would be missing a shebang anyway.

examples/graphics/bitmap/24bit-color/Makefile [changed mode: 0755->0644]
examples/graphics/printing/both-screen-text/Makefile [changed mode: 0755->0644]
examples/graphics/printing/colored-text/Makefile [changed mode: 0755->0644]
examples/graphics/printing/hello-world/Makefile [changed mode: 0755->0644]
examples/graphics/printing/multiple-windows-text/Makefile [changed mode: 0755->0644]
examples/input/read-controls/Makefile [changed mode: 0755->0644]
examples/input/touch-screen/Makefile [changed mode: 0755->0644]
examples/time/rtc/Makefile [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)