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/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arduino/ace/Makefile (limited to 'arduino/ace/Makefile') 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 -- cgit v1.2.3