Changeset 484 in ntrip for trunk/ntripclient/makefile


Ignore:
Timestamp:
Aug 30, 2007, 9:38:24 AM (17 years ago)
Author:
stoecker
Message:

updated, renamed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/makefile

    r472 r484  
    1 
     1# $Id$
    22# probably works not with all compilers. Thought this should be easy
    33# fixable. There is nothing special at this source.
    44
    5 ntripclient: NtripLinuxClient.c
     5ntripclient: ntripclient.c
    66        $(CC) -Wall -W -O3 $? -o $@
    77
    88archive:
    9         zip -9 NtripLinuxClient.zip NtripLinuxClient.c makefile ReadmeLinuxClient.txt StartNtripLinuxClient
     9        tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
Note: See TracChangeset for help on using the changeset viewer.