File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
1212ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1313
1414# ## ARDUINO_DIR
15+
1516# ## Path to the Arduino application and ressources directory.
1617# ARDUINO_DIR = // set by calling make
1718
Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
@@ -12,7 +12,7 @@ PROJECT_DIR = $(shell dirname $(shell pwd))
1212ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1313
1414# ## ARDUINO_DIR
15- # ## Path to the Arduino application and ressources directory.
15+ # ## Path to the Arduino application and resources directory.
1616ARDUINO_DIR = /usr/share/arduino
1717
1818# ## USER_LIB_PATH
Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
@@ -12,7 +12,7 @@ PROJECT_DIR = $(shell dirname $(shell pwd))
1212ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1313
1414# ## ARDUINO_DIR
15- # ## Path to the Arduino application and ressources directory.
15+ # ## Path to the Arduino application and resources directory.
1616# ## For Arduino IDE 1.0.x
1717# ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
1818# ## For Arduino IDE 1.6.x ++
You can’t perform that action at this time.
0 commit comments