diff options
author | Joachim Schleicher <J.Schleicher@stud.uni-heidelberg.de> | 2012-02-24 04:30:57 +0800 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-02-24 06:14:47 +0800 |
commit | d30c3199f983985ba8144f0fccb3d1eb857ef172 (patch) | |
tree | cc08e1a145bbbc5022c619725436ccc7a904ae73 /Sprinter/Makefile | |
parent | 20daeb57bb81507981bc71f79da7fb4765610ef5 (diff) |
compile experimental using the Makefile
* add forward declarations in Sprinter.h
* add new files heater.cpp and arc_func.cpp to Makefile
Diffstat (limited to 'Sprinter/Makefile')
-rw-r--r-- | Sprinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Makefile b/Sprinter/Makefile index 639cf1b..4d6326a 100644 --- a/Sprinter/Makefile +++ b/Sprinter/Makefile @@ -55,7 +55,7 @@ $(ARDUINO)/wiring_analog.c $(ARDUINO)/wiring_digital.c \ $(ARDUINO)/wiring_pulse.c \ $(ARDUINO)/wiring_shift.c $(ARDUINO)/WInterrupts.c CXXSRC = $(ARDUINO)/HardwareSerial.cpp $(ARDUINO)/WMath.cpp $(ARDUINO)/WString.cpp\ -$(ARDUINO)/Print.cpp ./SdFile.cpp ./SdVolume.cpp ./Sd2Card.cpp +$(ARDUINO)/Print.cpp ./SdFile.cpp ./SdVolume.cpp ./Sd2Card.cpp ./heater.cpp ./arc_func.cpp FORMAT = ihex |