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

Contents of /branches/linux-serial/server/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (show annotations) (download)
Mon Feb 5 20:34:51 2007 UTC (17 years, 3 months ago) by torben
File size: 167 byte(s)
Beginning of a linux H7 server


1
2 h7-server: main.o serialthread.o
3 g++ -o h7-server main.o serialthread.o -lcppserial -lboost_thread -L..
4
5 .PHONY: clean
6
7 clean:
8 rm -f *.o
9 rm -f *~
10 rm -f h7-server

  ViewVC Help
Powered by ViewVC 1.1.20