diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,7 @@ clean: distclean: doxygen_clean -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) - -rm -f *.o *.a .depend configure.log codecs.conf.h + -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h @for a in $(PARTS); do $(MAKE) -C $$a distclean; done strip: |