Browse Source

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

Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
2fefb2201d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/Makefile

+ 1
- 1
libavformat/Makefile 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)

#


Loading…
Cancel
Save