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