/[H7]/branches/linux-serial/Makefile
ViewVC logotype

Contents of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (show annotations) (download)
Mon Feb 5 07:23:12 2007 UTC (17 years, 3 months ago) by torben
File size: 256 byte(s)
Added test target to makefile

1
2 CXXFLAGS=-fexceptions -g3
3 serial: H7Serial.o SlipSerial.o Serial.o serial1.o
4 g++ $(CXXFLAGS) -o serial H7Serial.o SlipSerial.o Serial.o serial1.o
5
6 .PHONY: clean
7 .PHONY: test
8
9 test: serial
10 ./serial /dev/ttyS0
11
12 clean:
13 rm -f *.o
14 rm -f *~
15 rm -f serial

  ViewVC Help
Powered by ViewVC 1.1.20