0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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:
diego 2004-12-09 13:11:21 +00:00
parent 28e398055f
commit b3ed0d5237

View File

@ -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