From 530c6de0637a2c384cdb13c37a2cf8b592062208 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 12 Feb 2005 02:45:47 +0000 Subject: [PATCH] accidentally removed IMAGES SVN-Revision: 238 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 008117dd79..0fa90fb40d 100644 --- a/openwrt/Makefile +++ b/openwrt/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