--- branches/linux-serial/Makefile 2007/02/05 07:22:10 52 +++ branches/linux-serial/Makefile 2007/02/05 07:23:12 53 @@ -4,6 +4,10 @@ g++ $(CXXFLAGS) -o serial H7Serial.o SlipSerial.o Serial.o serial1.o .PHONY: clean +.PHONY: test + +test: serial + ./serial /dev/ttyS0 clean: rm -f *.o