summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:45:47 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:45:47 +0000
commite20735664a9a35d6d93555ce901f050c9fd89c60 (patch)
treeed206ca33953449aad2c258074ba54d67456fbb5 /openwrt
parent844425e1b010774989e7742cc89cfcb5d4328be3 (diff)
accidentally removed IMAGES
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 008117dd7..0fa90fb40 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