aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-12 02:45:47 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-12 02:45:47 +0000
commit239552e5cbc660645ecb54afe96ea5fe8cf63077 (patch)
treea3aadb4717c36ad482ba9fb1cab20a83e0b46a02 /Makefile
parentdf9d54dcb4ad8d7bcda61aa5097b91fed4192622 (diff)
downloadmaster-187ad058-239552e5cbc660645ecb54afe96ea5fe8cf63077.tar.gz
master-187ad058-239552e5cbc660645ecb54afe96ea5fe8cf63077.tar.bz2
master-187ad058-239552e5cbc660645ecb54afe96ea5fe8cf63077.zip
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 008117dd79..0fa90fb40d 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