You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Make clean/distclean consistent throughout all the Makefiles.
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -142,8 +142,11 @@ install-headers:
|
||||
%.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
|
||||
|
||||
Reference in New Issue
Block a user