1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

remove cs_test and swscale-example too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10497 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-07-28 15:24:38 +00:00
parent f2fcef603c
commit 5d920fad09

View File

@ -22,10 +22,10 @@ $(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)
clean:
rm -f *.o *.a *~ *.so
rm -f *.o *.a *~ *.so cs_test swscale-example
distclean:
rm -f Makefile.bak *.o *.a *~ *.so .depend
rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example
dep: depend