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 behave uniformly in all directories.
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -30,8 +30,8 @@ $(SWSLIB): $(SWSOBJS)
|
||||
clean:
|
||||
rm -f *.o *.a *~ *.so cs_test swscale-example
|
||||
|
||||
distclean:
|
||||
rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example
|
||||
distclean: clean
|
||||
rm -f .depend
|
||||
|
||||
dep: depend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user