source: ntrip/trunk/ntripclient/makefile@ 484

Last change on this file since 484 was 484, checked in by stoecker, 17 years ago

updated, renamed

File size: 271 bytes
RevLine 
[484]1# $Id$
[466]2# probably works not with all compilers. Thought this should be easy
3# fixable. There is nothing special at this source.
4
[484]5ntripclient: ntripclient.c
[466]6 $(CC) -Wall -W -O3 $? -o $@
7
8archive:
[484]9 tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
Note: See TracBrowser for help on using the repository browser.