Changeset 499 in ntrip for trunk/ntripclient


Ignore:
Timestamp:
Oct 5, 2007, 5:32:13 PM (17 years ago)
Author:
stuerze
Message:

make clean added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/makefile

    r484 r499  
    1 # $Id$
     1# $Id: makefile,v 1.3 2007/08/30 07:38:24 stoecker Exp $
    22# probably works not with all compilers. Thought this should be easy
    33# fixable. There is nothing special at this source.
     
    66        $(CC) -Wall -W -O3 $? -o $@
    77
     8
     9clean:
     10        $(RM) -f ntripclient core*
     11
     12
    813archive:
    914        tar -czf ntripclient.tgz ntripclient.c makefile README startntripclient.sh
Note: See TracChangeset for help on using the changeset viewer.