source:
ntrip/trunk/ntripclient/makefile@
499
| Last change on this file since 499 was 499, checked in by , 18 years ago | |
|---|---|
| File size: 359 bytes | |
| Rev | Line | |
|---|---|---|
| [499] | 1 | # $Id: makefile,v 1.3 2007/08/30 07:38:24 stoecker Exp $ |
| [466] | 2 | # probably works not with all compilers. Thought this should be easy |
| 3 | # fixable. There is nothing special at this source. | |
| 4 | ||
| [484] | 5 | ntripclient: ntripclient.c |
| [466] | 6 | $(CC) -Wall -W -O3 $? -o $@ |
| 7 | ||
| [499] | 8 | |
| 9 | clean: | |
| 10 | $(RM) -f ntripclient core* | |
| 11 | ||
| 12 | ||
| [466] | 13 | archive: |
| [484] | 14 | tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh |
Note:
See TracBrowser
for help on using the repository browser.
