diff options
| author | Ryan Pavlik <rpavlik@iastate.edu> | 2012-07-05 12:58:05 -0500 |
|---|---|---|
| committer | Ryan Pavlik <rpavlik@iastate.edu> | 2012-07-05 12:58:05 -0500 |
| commit | 6ab91c23be6a9a7b34d1d634a0d5b12b9b5ca7f3 (patch) | |
| tree | 4b5565ca508b62a71354132f01660c48abdb03c8 | |
| parent | 229187d26c444feeb64fffd24757237735d2b36c (diff) | |
Clarify where we actually look for libs
| -rw-r--r-- | arduino-mk/Arduino.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 1c7935e..f3f2e32 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -150,8 +150,8 @@ # Hopefully these will be self-explanatory but in case they're not: # # ARDUINO_LIBS - A list of any libraries used by the sketch (we -# assume these are in -# $(ARDUINO_DIR)/hardware/libraries +# assume these are in $(ARDUINO_DIR)/hardware/libraries +# or your sketchbook's libraries directory) # # ARDUINO_PORT - The port where the Arduino can be found (only needed # when uploading) |
