source: ntrip/trunk/ntripclient/makefile@ 472

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

fixed naming

File size: 295 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
5ntripclient: 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.