aboutsummaryrefslogtreecommitdiff
path: root/c/arduino/Makefile
diff options
context:
space:
mode:
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