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

Contents of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (show annotations) (download)
Sun Feb 4 23:11:02 2007 UTC (17 years, 3 months ago) by torben
File size: 208 byte(s)
First take at making this linux-serial-thingie work...


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
8 clean:
9 rm -f *.o
10 rm -f *~
11 rm -f serial

  ViewVC Help
Powered by ViewVC 1.1.20