Changeset 2491 in ntrip


Ignore:
Timestamp:
Jun 1, 2010, 8:01:28 PM (14 years ago)
Author:
stoecker
Message:

fixed dir layout for better SVN integration

Location:
trunk
Files:
2 added
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/makefile

    r2383 r2491  
    22# fixable. There is nothing special at this source.
    33
    4 rtcm3torinex: rtcm3torinex.c rtcm3torinex.h
    5         $(CC) -Wall -W -O3 rtcm3torinex.c -lm -o $@
     4rtcm3torinex: lib/rtcm3torinex.c lib/rtcm3torinex.h
     5        $(CC) -Wall -W -O3 -Ilib lib/rtcm3torinex.c -lm -o $@
    66
    77archive:
    8         zip -9 rtcm3torinex.zip rtcm3torinex.c rtcm3torinex.h rtcm3torinex.txt makefile
     8        zip -9 rtcm3torinex.zip lib/rtcm3torinex.c lib/rtcm3torinex.h rtcm3torinex.txt makefile
    99
    1010clean:
Note: See TracChangeset for help on using the changeset viewer.