summaryrefslogtreecommitdiff
path: root/Sprinter/Makefile
AgeCommit message (Collapse)Author
2012-02-24Add "store_eeprom.cpp" to makefilemidopple
2012-02-24fix applet/core.a: not found --> Thanks to triffidmidopple
2012-02-24compile experimental using the MakefileJoachim Schleicher
* add forward declarations in Sprinter.h * add new files heater.cpp and arc_func.cpp to Makefile
2012-01-27fix indentationJoachim Schleicher
This should be a comment. Instead it is printed together with the 'upload' target, when idented.
2012-01-20correct dependencies in MakefileJoachim Schleicher
applet/$(TARGET).elf should depend on the cpp file, not on .pde so that the cpp is rebuilt when pde changes. We drop the target applet_files to achieve the correct behaviour. Now 'make upload' does rebuild the hex file as well.
2011-07-07Change behaviour on endstop hit.kliment
2011-07-07Add WString.cpp to Makefilekliment
2011-07-07Merge experimentalkliment
2011-07-04Rename to Sprinterkliment