mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
cosmetics: Move toolsclean target to a better place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26896 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d1f1b61d02
commit
3447bd1d05
6
Makefile
6
Makefile
@ -923,6 +923,9 @@ ALLTOOLS = $(TOOLS) \
|
||||
tools: $(TOOLS)
|
||||
alltools: $(ALLTOOLS)
|
||||
|
||||
toolsclean:
|
||||
rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0
|
||||
|
||||
TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image
|
||||
|
||||
TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \
|
||||
@ -964,9 +967,6 @@ NETSTREAM_DEPS = libavutil/libavutil.a \
|
||||
TOOLS/netstream$(EXESUF): TOOLS/netstream.o $(NETSTREAM_DEPS)
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
toolsclean:
|
||||
rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0
|
||||
|
||||
-include $(DEPS)
|
||||
|
||||
.PHONY: all doxygen *install* recurse *tools
|
||||
|
Loading…
Reference in New Issue
Block a user