diff --git a/Makefile b/Makefile index 008117dd7..0fa90fb40 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ source: $(TARGETS_SOURCE) # ############################################################# clean: - rm -rf $(BUILD_DIR) + rm -rf $(BUILD_DIR) $(IMAGE).* -rm -f openwrt-* @$(MAKE) -C $(CONFIG) clean