Mercurial > libavformat.hg
changeset 900:04509c9a1b7a libavformat
Make clean/distclean consistent throughout all the Makefiles.
author | diego |
---|---|
date | Mon, 16 Jan 2006 14:59:54 +0000 |
parents | b10253387137 |
children | c1a07d63a66d |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jan 15 00:28:36 2006 +0000 +++ b/Makefile Mon Jan 16 14:59:54 2006 +0000 @@ -142,8 +142,11 @@ %.o: %.cpp g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< -distclean clean: - rm -f *.o *.d *~ .depend *.a *.lib *.so *.dylib *.dll +clean: + rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll + +distclean: clean + rm -f Makefile.bak .depend # # include dependency files if they exist