mirror of https://github.com/mpv-player/mpv
Simplify list of files to remove on make clean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26478 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
30028e3e7b
commit
d989dc71e2
|
@ -64,7 +64,7 @@ netstream: netstream.o $(NETSTREAM_DEPS)
|
|||
|
||||
clean distclean:
|
||||
rm -f *.o *~ $(OBJS)
|
||||
rm -f fastmem-* fastmem2-* netstream
|
||||
rm -f fastmem*-* netstream
|
||||
rm -f bmovl-test$(EXESUF) vfw2menc$(EXESUF)
|
||||
rm -f $(REAL_TARGETS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue