diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-12 02:45:47 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-12 02:45:47 +0000 |
commit | 239552e5cbc660645ecb54afe96ea5fe8cf63077 (patch) | |
tree | a3aadb4717c36ad482ba9fb1cab20a83e0b46a02 /Makefile | |
parent | df9d54dcb4ad8d7bcda61aa5097b91fed4192622 (diff) | |
download | upstream-239552e5cbc660645ecb54afe96ea5fe8cf63077.tar.gz upstream-239552e5cbc660645ecb54afe96ea5fe8cf63077.tar.bz2 upstream-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ source: $(TARGETS_SOURCE) # ############################################################# clean: - rm -rf $(BUILD_DIR) + rm -rf $(BUILD_DIR) $(IMAGE).* -rm -f openwrt-* @$(MAKE) -C $(CONFIG) clean |