Skip to content

Commit 7e02600

Browse files
committed
Merge pull request #351 from dcousens/patch-1
example: further spelling error fixes thanks @dcousens
2 parents 63f2d0b + 0da1cb4 commit 7e02600

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/MakefileExample/Makefile-example.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### DISCLAIMER
22
### This is an example Makefile and it MUST be configured to suit your needs.
3-
### For detailed explanations about all the avalaible options,
4-
### please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
3+
### For detailed explanations about all of the available options, please refer
4+
### to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
### Original project where this Makefile comes from: https://github.com/WeAreLeka/Bare-Arduino-Project
66

77
### PROJECT_DIR
@@ -13,7 +13,7 @@ PROJECT_DIR = /Users/MyUserName/path/to/my/Project
1313
ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile
1414

1515
### ARDUINO_DIR
16-
### Path to the Arduino application and ressources directory.
16+
### Path to the Arduino application and resources directory.
1717
### On OS X:
1818
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
1919
### or on Linux: (remove the one you don't want)
@@ -66,9 +66,9 @@ MONITOR_PORT = /dev/tty.usbmodem*
6666
CURRENT_DIR = $(shell basename $(CURDIR))
6767

6868
### OBJDIR
69-
### This is were you put the binaries you just compile using 'make'
69+
### This is where you put the binaries you just compile using 'make'
7070
OBJDIR = $(PROJECT_DIR)/bin/$(BOARD_TAG)/$(CURRENT_DIR)
7171

72-
### path to Arduino.mk, inside the ARDMK_DIR, don't touch.
72+
### Do not touch - the path to Arduino.mk, inside the ARDMK_DIR
7373
include $(ARDMK_DIR)/Arduino.mk
7474

0 commit comments

Comments
 (0)