mirror of https://github.com/mpv-player/mpv
make clean should also clean the native subdirectory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28e398055f
commit
b3ed0d5237
|
@ -71,6 +71,7 @@ $(LIBNAME2): $(OBJS2)
|
|||
|
||||
clean:
|
||||
rm -f *.o *.a *~
|
||||
rm -f native/*.o native/*.a native/*~
|
||||
|
||||
distclean:
|
||||
rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend
|
||||
|
|
Loading…
Reference in New Issue