source: ntrip/trunk/ntripserver/makefile@ 472

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

fixed naming

File size: 364 bytes
Line 
1#!/bin/make
2
3ntripserver: NtripLinuxServer.c
4 $(CC) -Wall -W -O3 $? -DNDEBUG -o $@
5
6debug: NtripLinuxServer.c
7 $(CC) -Wall -W -O3 $? -o ntripserver
8
9clean:
10 $(RM) -f NtripServerLinux core
11
12archive:
13 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.