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, 0 insertions, 7 deletions
diff --git a/arduino/ace_old/Makefile b/arduino/ace_old/Makefile
deleted file mode 100644
index 5ed9f66..0000000
--- a/arduino/ace_old/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-#SOURCES := main.cc other.cc
-#LIBRARIES := EEPROM
-
-ARDUINODIR=$(ARDUINO_HOME)
-BOARD=mega2560
-export LIBRARIES=LiquidCrystal
-include arduino.mk