Changeset 2352 in ntrip for trunk/rtcm3torinex/makefile


Ignore:
Timestamp:
Mar 5, 2010, 12:11:06 PM (14 years ago)
Author:
stoecker
Message:

fixed overflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/makefile

    r480 r2352  
    22# fixable. There is nothing special at this source.
    33
    4 rtcm3torinex: rtcm3torinex.c
    5         $(CC) -Wall -W -O3 -lm $? -o $@
     4rtcm3torinex: rtcm3torinex.c rtcm3torinex.h
     5        $(CC) -Wall -W -O3 -lm rtcm3torinex.c -o $@
    66
    77archive:
Note: See TracChangeset for help on using the changeset viewer.