Changeset 472 in ntrip for trunk/ntripserver/makefile


Ignore:
Timestamp:
Jun 7, 2007, 9:47:24 AM (17 years ago)
Author:
stoecker
Message:

fixed naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/makefile

    r469 r472  
    11#!/bin/make
    22
    3 NtripServerLinux: NtripLinuxServer.c
     3ntripserver: NtripLinuxServer.c
    44        $(CC) -Wall -W -O3 $? -DNDEBUG -o $@
    55
    66debug: NtripLinuxServer.c
    7         $(CC) -Wall -W -O3 $? -o NtripServerLinux
     7        $(CC) -Wall -W -O3 $? -o ntripserver
    88
    99clean:
Note: See TracChangeset for help on using the changeset viewer.