aboutsummaryrefslogtreecommitdiff
path: root/arduino/ace_old/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-02-26 16:38:19 +0100
committerJakob Odersky <jodersky@gmail.com>2013-02-26 16:38:19 +0100
commit5d4fd43bbccd3b1da97d3139b95eab9173777bef (patch)
treee0c4afeda484259bf725f25c3d891e30853ee8dd /arduino/ace_old/Makefile
parentac31762b462f37d49999daae8dba7763d8d870b3 (diff)
downloadace-5d4fd43bbccd3b1da97d3139b95eab9173777bef.tar.gz
ace-5d4fd43bbccd3b1da97d3139b95eab9173777bef.tar.bz2
ace-5d4fd43bbccd3b1da97d3139b95eab9173777bef.zip
remove old c/c++ implementations
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