Changeset 484 in ntrip for trunk/ntripclient/makefile
- Timestamp:
- Aug 30, 2007, 9:38:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/makefile
r472 r484 1 1 # $Id$ 2 2 # probably works not with all compilers. Thought this should be easy 3 3 # fixable. There is nothing special at this source. 4 4 5 ntripclient: NtripLinuxClient.c5 ntripclient: ntripclient.c 6 6 $(CC) -Wall -W -O3 $? -o $@ 7 7 8 8 archive: 9 zip -9 NtripLinuxClient.zip NtripLinuxClient.c makefile ReadmeLinuxClient.txt StartNtripLinuxClient9 tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
Note:
See TracChangeset
for help on using the changeset viewer.