kliment / Sprinter

Firmware for RepRap printers and similar devices
432 stars 329 forks source link

Make clean: applet/Sprinter.cpp is not removed #210

Closed srepmub closed 9 years ago

srepmub commented 11 years ago

I just love the Makefile included with Sprinter.. no more crappy Java IDE for me! :dancers:

I ran into a problem though, where I first tried to build against Arduino 1.0.2 which didn't work. on closer inspection I saw that the Makefile was only tested against Arduino 0022. so I did a 'make clean' and tried again against 0022, but it still didn't work.. after scratching my head for a while, I found out that applet/Sprinter.cpp was not removed on 'make clean'.

kliment commented 11 years ago

On 11/21/2012 05:48 PM, srepmub wrote:

I just love the Makefile included with Sprinter.. no more crappy Java IDE for me! :dancers:

I ran into a problem though, where I first tried to build against Arduino 1.0.2 which didn't work. on closer inspection I saw that the Makefile was only tested against Arduino 0022. so I did a 'make clean' and tried again against 0022, but it still didn't work.. after scratching my head for a while, I found out that applet/Sprinter.cpp was not removed on 'make clean'.

— Reply to this email directly or view it on GitHub https://github.com/kliment/Sprinter/issues/210.

Can you make a pull request with your fix to the experimental branch?