source:
ntrip/trunk/ntripserver/makefile@
466
Last change on this file since 466 was 466, checked in by , 18 years ago | |
---|---|
File size: 284 bytes |
Rev | Line | |
---|---|---|
[466] | 1 | #!/bin/make |
2 | ||
3 | NtripServerLinux: NtripLinuxServer.c | |
4 | $(CC) -Wall -W -O3 $? -o $@ | |
5 | ||
6 | clean: | |
7 | $(RM) -f NtripServerLinux core | |
8 | ||
9 | archive: | |
10 | zip NtripServerLinux.zip -9 makefile NtripLinuxServer.c NtripProvider.doc ReadmeServerLinux.txt SiteLogExample.txt SiteLogInstr.txt StartNtripServerLinux |
Note:
See TracBrowser
for help on using the repository browser.