summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index e908f75c6d..6592fcf81c 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -62,12 +62,12 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
../m_struct.o \
$(COMMON_LIBS)
-netstream: netstream.o $(NETSTREAM_DEPS)
+netstream$(EXESUF): netstream.o $(NETSTREAM_DEPS)
$(CC) $(CFLAGS) -o $@ $^
clean distclean:
rm -f *.o *~ $(OBJS)
- rm -f fastmem*-* netstream
+ rm -f fastmem*-* netstream$(EXESUF)
rm -f bmovl-test$(EXESUF) vfw2menc$(EXESUF)
rm -f $(REAL_TARGETS)