From e15a7e1267a6f733d734c5d3b59f3acc28bb4b29 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 25 Feb 2013 19:39:53 +0100 Subject: initial commit --- arduino/ace_cpp_old/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arduino/ace_cpp_old/Makefile (limited to 'arduino/ace_cpp_old/Makefile') diff --git a/arduino/ace_cpp_old/Makefile b/arduino/ace_cpp_old/Makefile new file mode 100644 index 0000000..5ed9f66 --- /dev/null +++ b/arduino/ace_cpp_old/Makefile @@ -0,0 +1,7 @@ +#SOURCES := main.cc other.cc +#LIBRARIES := EEPROM + +ARDUINODIR=$(ARDUINO_HOME) +BOARD=mega2560 +export LIBRARIES=LiquidCrystal +include arduino.mk -- cgit v1.2.3