distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-04-12 18:42:23 +00:00
parent e5d64d6892
commit 2fefb2201d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ install-headers:
%.o: %.cpp
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
clean:
distclean clean:
rm -f *.o *.d .depend *~ *.a $(LIB)
#