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