changeset 22856:27db9ffe00a5

Ignore netstream and fix its compilation; remove object files on make clean.
author diego
date Sun, 01 Apr 2007 09:45:26 +0000
parents d258dd05e0ab
children 77def5093daf
files TOOLS/Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/Makefile	Sun Apr 01 09:39:32 2007 +0000
+++ b/TOOLS/Makefile	Sun Apr 01 09:45:26 2007 +0000
@@ -65,11 +65,11 @@
 NETSTREAM_DEPS += -lwsock32
 endif
 
-netstream: $(NETSTREAM_DEPS)
-	$(CC) -o $@ netstream.o $^
+netstream: netstream.o $(NETSTREAM_DEPS)
+	$(CC) -o $@ $^
 
 clean distclean:
-	rm -f $(OBJS)
-	rm -f fastmem-* fastmem2-* fastmemcpybench
+	rm -f *.o *~ $(OBJS)
+	rm -f fastmem-* fastmem2-* fastmemcpybench netstream
 	rm -f cpuinfo$(EXESUF) bmovl-test$(EXESUF) vfw2menc$(EXESUF)
 	rm -f $(REAL_TARGETS)