]> Chaos Git - corbenik/ctrulib.git/commit
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)
commitb2e01b17a1d7117efbbda232f0d67f6c7b0d2dfa
tree05695563f6efdb95e400d1559a889f58d1883532
parentd9f943ab7b2db3c36169c245df0683d9401eac2b
Remove the executable bit from examples’ Makefiles

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]