source: ntrip/trunk/ntripserver/makefile@ 468

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

NTRIP2.0 cleanup

File size: 295 bytes
RevLine 
[466]1#!/bin/make
2
3NtripServerLinux: NtripLinuxServer.c
4 $(CC) -Wall -W -O3 $? -o $@
5
6clean:
7 $(RM) -f NtripServerLinux core
8
9archive:
[468]10 zip NtripServerLinux.zip -9 NTRIP2.txt makefile NtripLinuxServer.c NtripProvider.doc ReadmeServerLinux.txt SiteLogExample.txt SiteLogInstr.txt StartNtripServerLinux
Note: See TracBrowser for help on using the repository browser.