Changeset 499 in ntrip for trunk/ntripclient/makefile
- Timestamp:
- Oct 5, 2007, 5:32:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/makefile
r484 r499 1 # $Id$ 1 # $Id: makefile,v 1.3 2007/08/30 07:38:24 stoecker Exp $ 2 2 # probably works not with all compilers. Thought this should be easy 3 3 # fixable. There is nothing special at this source. … … 6 6 $(CC) -Wall -W -O3 $? -o $@ 7 7 8 9 clean: 10 $(RM) -f ntripclient core* 11 12 8 13 archive: 9 14 tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
Note:
See TracChangeset
for help on using the changeset viewer.