Changeset 2383 in ntrip


Ignore:
Timestamp:
Mar 24, 2010, 2:27:00 PM (14 years ago)
Author:
stoecker
Message:

fixed order of arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/makefile

    r2352 r2383  
    33
    44rtcm3torinex: rtcm3torinex.c rtcm3torinex.h
    5         $(CC) -Wall -W -O3 -lm rtcm3torinex.c -o $@
     5        $(CC) -Wall -W -O3 rtcm3torinex.c -lm -o $@
    66
    77archive:
Note: See TracChangeset for help on using the changeset viewer.