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

Annotation of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (hide annotations) (download)
Sun Feb 4 21:33:40 2007 UTC (17 years, 4 months ago) by torben
File size: 169 byte(s)
Whoops, i forgot the makefile in the last commit


1 torben 45 serial: H7Serial.o SlipSerial.o Serial.o serial1.o
2     g++ -o serial H7Serial.o SlipSerial.o Serial.o serial1.o
3    
4     .PHONY: clean
5    
6     clean:
7     rm -f *.o
8     rm -f *~
9     rm -f serial

  ViewVC Help
Powered by ViewVC 1.1.20