Make clean/distclean behave uniformly in all directories.

Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
pull/126/head
Diego Biurrun 19 years ago
parent 04c07634d6
commit e435887cf6
  1. 4
      postproc/Makefile

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

Loading…
Cancel
Save