source:
ntrip/trunk/rtcm3torinex/makefile@
2382
Last change on this file since 2382 was 2352, checked in by , 15 years ago | |
---|---|
File size: 347 bytes |
Rev | Line | |
---|---|---|
[466] | 1 | # probably works not with all compilers. Thought this should be easy |
2 | # fixable. There is nothing special at this source. | |
3 | ||
[2352] | 4 | rtcm3torinex: rtcm3torinex.c rtcm3torinex.h |
5 | $(CC) -Wall -W -O3 -lm rtcm3torinex.c -o $@ | |
[466] | 6 | |
7 | archive: | |
8 | zip -9 rtcm3torinex.zip rtcm3torinex.c rtcm3torinex.h rtcm3torinex.txt makefile | |
[480] | 9 | |
10 | clean: | |
11 | $(RM) rtcm3torinex rtcm3torinex.zip |
Note:
See TracBrowser
for help on using the repository browser.