summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitbf1beb70348499a33be764cc1c15f76bbe78d21b (patch)
treea3aadb4717c36ad482ba9fb1cab20a83e0b46a02 /Makefile
parentbdf6b4255a070a46d688b9e755520bb1ce7616b0 (diff)
accidentally removed IMAGES
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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