From 39bd33a3d149bda07ecc0a89a3cb293468df9c7b Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Thu, 23 Feb 2012 21:30:57 +0100 Subject: compile experimental using the Makefile * add forward declarations in Sprinter.h * add new files heater.cpp and arc_func.cpp to Makefile --- Sprinter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Makefile') 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 -- cgit v1.2.1