Last change
on this file since 3035 was 2491, checked in by stoecker, 14 years ago |
fixed dir layout for better SVN integration
|
File size:
372 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 |
|
---|
[2491] | 4 | rtcm3torinex: lib/rtcm3torinex.c lib/rtcm3torinex.h
|
---|
| 5 | $(CC) -Wall -W -O3 -Ilib lib/rtcm3torinex.c -lm -o $@
|
---|
[466] | 6 |
|
---|
| 7 | archive:
|
---|
[2491] | 8 | zip -9 rtcm3torinex.zip lib/rtcm3torinex.c lib/rtcm3torinex.h rtcm3torinex.txt makefile
|
---|
[480] | 9 |
|
---|
| 10 | clean:
|
---|
[2491] | 11 | $(RM) rtcm3torinex rtcm3torinex.zip |
---|
Note:
See
TracBrowser
for help on using the repository browser.