clean scripts/config on distclean

SVN-Revision: 3912
master
Felix Fietkau 19 years ago
parent de93bede13
commit 43313bdaab
  1. 4
      openwrt/Makefile

@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
clean: FORCE
rm -rf build_* bin
dirclean: clean FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean FORCE
distclean: dirclean config-clean
rm -rf dl .*config* .pkg*
.PHONY: FORCE

Loading…
Cancel
Save