From e8e5650006961593559b57176c4d2916b5c32d4e Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 26 Feb 2013 16:44:22 +0100 Subject: restructure c implementation directory --- c/arduino/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 c/arduino/Makefile (limited to 'c/arduino/Makefile') diff --git a/c/arduino/Makefile b/c/arduino/Makefile new file mode 100644 index 0000000..3e0f36d --- /dev/null +++ b/c/arduino/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