aboutsummaryrefslogtreecommitdiff
path: root/c/arduino/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-02-26 16:44:22 +0100
committerJakob Odersky <jodersky@gmail.com>2013-02-26 16:44:22 +0100
commite8e5650006961593559b57176c4d2916b5c32d4e (patch)
tree4d93ffef4ba1439cec0b3f15928963ddd88cc6e7 /c/arduino/Makefile
parenta9ef6d2ce9ab5f8f7d5d7993fa281f89e756d09a (diff)
downloadace-e8e5650006961593559b57176c4d2916b5c32d4e.tar.gz
ace-e8e5650006961593559b57176c4d2916b5c32d4e.tar.bz2
ace-e8e5650006961593559b57176c4d2916b5c32d4e.zip
restructure c implementation directory
Diffstat (limited to 'c/arduino/Makefile')
-rw-r--r--c/arduino/Makefile7
1 files changed, 7 insertions, 0 deletions
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