aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-example.mk
diff options
context:
space:
mode:
authorDaniel Cousens <dcousens@users.noreply.github.com>2015-05-09 22:25:10 +1000
committerDaniel Cousens <dcousens@users.noreply.github.com>2015-05-09 22:25:10 +1000
commit0da1cb4b1fdeb4ad342f3d7d37b4195bb2042e4b (patch)
treef45d07ad4f44907aa7b19adde9d69ffcff1002dc /examples/MakefileExample/Makefile-example.mk
parentae80ce16a98c82926bfc2bc524f7f7215a8994bb (diff)
example: "all of the"
thanks @sej7278
Diffstat (limited to 'examples/MakefileExample/Makefile-example.mk')
-rw-r--r--examples/MakefileExample/Makefile-example.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk
index 4ef09c0..9b6a118 100644
--- a/examples/MakefileExample/Makefile-example.mk
+++ b/examples/MakefileExample/Makefile-example.mk
@@ -1,6 +1,6 @@
### DISCLAIMER
### This is an example Makefile and it MUST be configured to suit your needs.
-### For detailed explanations about all the available options, please refer
+### For detailed explanations about all of the available options, please refer
### to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
### Original project where this Makefile comes from: https://github.com/WeAreLeka/Bare-Arduino-Project