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

Diff of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by torben, Sun Feb 4 23:11:02 2007 UTC revision 53 by torben, Mon Feb 5 07:23:12 2007 UTC
# Line 4  serial: H7Serial.o SlipSerial.o Serial.o Line 4  serial: H7Serial.o SlipSerial.o Serial.o
4          g++ $(CXXFLAGS) -o serial H7Serial.o SlipSerial.o Serial.o serial1.o          g++ $(CXXFLAGS) -o serial H7Serial.o SlipSerial.o Serial.o serial1.o
5    
6  .PHONY: clean  .PHONY: clean
7    .PHONY: test
8    
9    test: serial
10            ./serial /dev/ttyS0
11    
12  clean:  clean:
13          rm -f *.o          rm -f *.o

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.20