# HG changeset patch # User diego # Date 1211888270 0 # Node ID 4289103804071055479263d57769106caa405736 # Parent 6a5879b897b5ee046de3d83ede78a0fb168e55d4 cosmetics: Move toolsclean target to a better place. diff -r 6a5879b897b5 -r 428910380407 Makefile --- a/Makefile Tue May 27 11:31:57 2008 +0000 +++ b/Makefile Tue May 27 11:37:50 2008 +0000 @@ -923,6 +923,9 @@ 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 @@ 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