source:
ntrip/trunk/ntripclient/makefile@
472
| Last change on this file since 472 was 472, checked in by , 18 years ago | |
|---|---|
| File size: 295 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 | ||
| [472] | 5 | ntripclient: NtripLinuxClient.c |
| [466] | 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.
