peplin / arduino.mk

DEPRECATED FORK: Arduino Makefile with chipKIT support
http://christopherpeplin.com/2011/12/chipkit-arduino-makefile/
GNU Lesser General Public License v2.1
11 stars 4 forks source link

Make upload fails if build-cli is missing #18

Closed John-Wallbank closed 11 years ago

John-Wallbank commented 11 years ago

Chris

If a "make upload" is done before directory build-cli exists the make fails. I have fixed it by changing the upload target upload to

upload: $(OBJDIR) reset raw_upload.

Regards

John