diff options
Diffstat (limited to 'examples/HelloWorld/Makefile')
| -rw-r--r-- | examples/HelloWorld/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/HelloWorld/Makefile b/examples/HelloWorld/Makefile new file mode 100644 index 0000000..0af2ed4 --- /dev/null +++ b/examples/HelloWorld/Makefile @@ -0,0 +1,5 @@ +BOARD_TAG = uno +ARDUINO_LIBS = LiquidCrystal + +include ../TestSuiteCommon.mk +include ../../Arduino.mk |
