# HG changeset patch # User Drew Perttula # Date 1433912237 0 # Node ID beb0688cbfd8be15c08f972cbcbc414ce1cd48fd # Parent ef4ae15f266187d603ee93c5ac193e856de712c8 arduino_upload target Ignore-this: 7f0fbe9b3f97346f836abd54ed83cb57 diff -r ef4ae15f2661 -r beb0688cbfd8 makefile --- a/makefile Wed Jun 10 04:55:39 2015 +0000 +++ b/makefile Wed Jun 10 04:57:17 2015 +0000 @@ -64,3 +64,10 @@ darcs_show_checkpoint: darcs add --quiet --recursive ${LIGHT9_SHOW} darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW} + +/usr/share/arduino/Arduino.mk: + sudo aptitude install arduino-mk + +arduino_upload: /usr/share/arduino/Arduino.mk + cd rgbled + make upload