source: ntrip/trunk/ntripserver/makefile@ 466

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

updated release stuff

File size: 284 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:
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.