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.
This commit is contained in:
Emmanuel Gil Peyrot 2015-10-06 22:58:03 +01:00
parent d9f943ab7b
commit b2e01b17a1
8 changed files with 0 additions and 0 deletions

0
examples/graphics/bitmap/24bit-color/Makefile Executable file → Normal file
View File

0
examples/graphics/printing/both-screen-text/Makefile Executable file → Normal file
View File

0
examples/graphics/printing/colored-text/Makefile Executable file → Normal file
View File

0
examples/graphics/printing/hello-world/Makefile Executable file → Normal file
View File

View File

0
examples/input/read-controls/Makefile Executable file → Normal file
View File

0
examples/input/touch-screen/Makefile Executable file → Normal file
View File

0
examples/time/rtc/Makefile Executable file → Normal file
View File