summaryrefslogtreecommitdiff
path: root/Sprinter/Makefile
diff options
context:
space:
mode:
authorJoachim Schleicher <J.Schleicher@stud.uni-heidelberg.de>2012-02-23 21:30:57 +0100
committerJoachim Schleicher <J.Schleicher@stud.uni-heidelberg.de>2012-02-23 21:30:57 +0100
commit39bd33a3d149bda07ecc0a89a3cb293468df9c7b (patch)
tree4a4d5103c83c07542c6205e66a5ed58765ca701f /Sprinter/Makefile
parent6b44b4f9f1f15a0b38fb49370b830418e28dfc42 (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/Makefile2
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