diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 02:45:47 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 02:45:47 +0000 |
commit | bf1beb70348499a33be764cc1c15f76bbe78d21b (patch) | |
tree | a3aadb4717c36ad482ba9fb1cab20a83e0b46a02 /Makefile | |
parent | bdf6b4255a070a46d688b9e755520bb1ce7616b0 (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-- | 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 |