Touchups around arduino.mk

This commit is contained in:
Dan Buch 2013-12-29 09:37:24 -05:00
parent 10dde4da1a
commit 390f83a65a
3 changed files with 3 additions and 7 deletions

View File

@ -1 +1 @@
../Makefile
../arduino.mk

View File

@ -1 +0,0 @@
arduino.mk

2
arduino/Makefile Normal file
View File

@ -0,0 +1,2 @@
arduino.mk:
curl -L -o $@ -s http://ed.am/dev/make/arduino-mk/arduino.mk

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -e
cd $(dirname "$BASH_SOURCE")
curl -L -O -s http://ed.am/dev/make/arduino-mk/arduino.mk