Touchups around arduino.mk
This commit is contained in:
parent
10dde4da1a
commit
390f83a65a
@ -1 +1 @@
|
||||
../Makefile
|
||||
../arduino.mk
|
@ -1 +0,0 @@
|
||||
arduino.mk
|
2
arduino/Makefile
Normal file
2
arduino/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
arduino.mk:
|
||||
curl -L -o $@ -s http://ed.am/dev/make/arduino-mk/arduino.mk
|
@ -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
|
Loading…
Reference in New Issue
Block a user