mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -23,8 +23,8 @@ all: $(LIBNAME)
|
||||
clean:
|
||||
rm -f *.o *.a *~
|
||||
|
||||
distclean:
|
||||
rm -f Makefile.bak *.o *.a *~ .depend
|
||||
distclean: clean
|
||||
rm -f .depend
|
||||
|
||||
dep: depend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user