source: ntrip/trunk/rtcm3torinex/makefile@ 466

Last change on this file since 466 was 466, checked in by stoecker, 17 years ago

updated release stuff

File size: 275 bytes
Line 
1# probably works not with all compilers. Thought this should be easy
2# fixable. There is nothing special at this source.
3
4rtcm3torinex: rtcm3torinex.c
5 $(CC) -Wall -W -O3 -lm $? -o $@
6
7archive:
8 zip -9 rtcm3torinex.zip rtcm3torinex.c rtcm3torinex.h rtcm3torinex.txt makefile
Note: See TracBrowser for help on using the repository browser.