1
1
# ## DISCLAIMER
2
2
# ## 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
5
5
# ## Original project where this Makefile comes from: https://github.com/WeAreLeka/Bare-Arduino-Project
6
6
7
7
# ## PROJECT_DIR
@@ -13,7 +13,7 @@ PROJECT_DIR = /Users/MyUserName/path/to/my/Project
13
13
ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
14
14
15
15
# ## ARDUINO_DIR
16
- # ## Path to the Arduino application and ressources directory.
16
+ # ## Path to the Arduino application and resources directory.
17
17
# ## On OS X:
18
18
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
19
19
# ## or on Linux: (remove the one you don't want)
@@ -66,9 +66,9 @@ MONITOR_PORT = /dev/tty.usbmodem*
66
66
CURRENT_DIR = $(shell basename $(CURDIR ) )
67
67
68
68
# ## 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'
70
70
OBJDIR = $(PROJECT_DIR ) /bin/$(BOARD_TAG ) /$(CURRENT_DIR )
71
71
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
73
73
include $(ARDMK_DIR ) /Arduino.mk
74
74
0 commit comments