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

Annotation of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.20