summaryrefslogtreecommitdiff
path: root/arduino/arduinoAnalogStomp/Makefile
diff options
context:
space:
mode:
authorEbus-at-dockstar <ebus@dockstar>2014-07-26 19:55:43 +0200
committerEbus-at-dockstar <ebus@dockstar>2014-07-26 19:55:43 +0200
commita8cd2ecf7387d7bbe16808ca0c7acdb04a4909cb (patch)
tree524672c3237be2552379f9d752184bd3cbf1d554 /arduino/arduinoAnalogStomp/Makefile
parent3f5b5ff5e71cf078c2c04906bffa06f3a1050085 (diff)
downloadebus-alt-a8cd2ecf7387d7bbe16808ca0c7acdb04a4909cb.tar.gz
ebus-alt-a8cd2ecf7387d7bbe16808ca0c7acdb04a4909cb.zip
Revert "embed xexpr-path" restore datastore-leveldb and other stuff
This reverts commit f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8.
Diffstat (limited to 'arduino/arduinoAnalogStomp/Makefile')
-rwxr-xr-xarduino/arduinoAnalogStomp/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/arduino/arduinoAnalogStomp/Makefile b/arduino/arduinoAnalogStomp/Makefile
deleted file mode 100755
index e273ddf..0000000
--- a/arduino/arduinoAnalogStomp/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-ARDUINO_DIR= /usr/share/arduino
-ARDMK_DIR= .
-AVR_TOOLS_DIR = /usr
-
-BOARD_TAG = uno
-ARDUINO_PORT = /dev/cu.usb*
-ARDUINO_LIBS = Ethernet Ethernet/utility SPI
-
-include Arduino.mk