Changeset 472 in ntrip for trunk/ntripserver/makefile
- Timestamp:
- Jun 7, 2007, 9:47:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripserver/makefile
r469 r472 1 1 #!/bin/make 2 2 3 NtripServerLinux: NtripLinuxServer.c3 ntripserver: NtripLinuxServer.c 4 4 $(CC) -Wall -W -O3 $? -DNDEBUG -o $@ 5 5 6 6 debug: NtripLinuxServer.c 7 $(CC) -Wall -W -O3 $? -o NtripServerLinux7 $(CC) -Wall -W -O3 $? -o ntripserver 8 8 9 9 clean:
Note:
See TracChangeset
for help on using the changeset viewer.