X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/55be77c438ef73e287d3432bd5c175b206c3ba6e..bf1beb70348499a33be764cc1c15f76bbe78d21b:/Makefile diff --git a/Makefile b/Makefile index 81ecc43f8..0fa90fb40 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,7 @@ source: $(TARGETS_SOURCE) ############################################################# clean: rm -rf $(BUILD_DIR) $(IMAGE).* + -rm -f openwrt-* @$(MAKE) -C $(CONFIG) clean distclean: clean @@ -180,7 +181,7 @@ defconfig: $(CONFIG)/conf # Cleanup and misc junk # ############################################################# -clean: +clean: @$(MAKE) -C $(CONFIG) clean distclean: clean