source: ntrip/trunk/ntripclient/makefile@ 466

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

updated release stuff

File size: 300 bytes
Line 
1
2# probably works not with all compilers. Thought this should be easy
3# fixable. There is nothing special at this source.
4
5NtripLinuxClient: NtripLinuxClient.c
6 $(CC) -Wall -W -O3 $? -o $@
7
8archive:
9 zip -9 NtripLinuxClient.zip NtripLinuxClient.c makefile ReadmeLinuxClient.txt StartNtripLinuxClient
Note: See TracBrowser for help on using the repository browser.