Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Include the arduino ~core libraries.\n\nWe don't need it for this rep…
Browse files Browse the repository at this point in the history
…o, but we do need it for other repos and standardization is good
  • Loading branch information
obra committed Feb 20, 2016
1 parent d9c0bd0 commit 4903506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ${EXAMPLES_HEX}: %.hex:
-tools $(ARDUINO_TOOLS_PATH) \
-tools $(ARDUINO_PATH)/tools-builder \
-fqbn $(FQBN) \
-libraries $(ARDUINO_PATH)/libraries \
-libraries $(ARDUINO_LOCAL_LIB_PATH) \
$(VERBOSE) \
-build-path $(BUILD_PATH) \
Expand Down

0 comments on commit 4903506

Please sign in to comment.