Changeset 834 in ntrip for trunk/ntripclient/makefile


Ignore:
Timestamp:
Apr 15, 2008, 3:27:49 PM (16 years ago)
Author:
stoecker
Message:

added support for serial output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/makefile

    r611 r834  
    1 # $Id: makefile,v 1.5 2007/12/12 09:45:23 stoecker Exp $
     1# $Id: makefile,v 1.6 2007/12/14 14:52:16 stuerze Exp $
    22# probably works not with all compilers. Thought this should be easy
    33# fixable. There is nothing special at this source.
     
    1111endif
    1212
    13 ntripclient: ntripclient.c
    14         $(CC) $(OPTS) $? -o $@ $(LIBS)
     13ntripclient: ntripclient.c serial.c
     14        $(CC) $(OPTS) ntripclient.c -o $@ $(LIBS)
    1515
    1616clean:
Note: See TracChangeset for help on using the changeset viewer.