Changeset 834 in ntrip for trunk/ntripclient/makefile
- Timestamp:
- Apr 15, 2008, 3:27:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/makefile
r611 r834 1 # $Id: makefile,v 1. 5 2007/12/12 09:45:23 stoeckerExp $1 # $Id: makefile,v 1.6 2007/12/14 14:52:16 stuerze Exp $ 2 2 # probably works not with all compilers. Thought this should be easy 3 3 # fixable. There is nothing special at this source. … … 11 11 endif 12 12 13 ntripclient: ntripclient.c 14 $(CC) $(OPTS) $?-o $@ $(LIBS)13 ntripclient: ntripclient.c serial.c 14 $(CC) $(OPTS) ntripclient.c -o $@ $(LIBS) 15 15 16 16 clean:
Note:
See TracChangeset
for help on using the changeset viewer.