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

Annotation of /branches/linux-serial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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


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

  ViewVC Help
Powered by ViewVC 1.1.20