aboutsummaryrefslogtreecommitdiff
path: root/arduino/ace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arduino/ace/Makefile')
-rw-r--r--arduino/ace/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/arduino/ace/Makefile b/arduino/ace/Makefile
new file mode 100644
index 0000000..3e0f36d
--- /dev/null
+++ b/arduino/ace/Makefile
@@ -0,0 +1,7 @@
+#SOURCES := main.cc other.cc
+#LIBRARIES := EEPROM
+
+ARDUINODIR=$(ARDUINO_HOME)
+BOARD=mega2560
+#export LIBRARIES=LiquidCrystal
+include arduino.mk