make clean should remove openwrt-images
[openwrt.git] / Makefile
index 81ecc43..008117d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,8 @@ source: $(TARGETS_SOURCE)
 #
 #############################################################
 clean:
-       rm -rf $(BUILD_DIR) $(IMAGE).*
+       rm -rf $(BUILD_DIR)
+       -rm -f openwrt-*
        @$(MAKE) -C $(CONFIG) clean
 
 distclean: clean
@@ -180,7 +181,7 @@ defconfig: $(CONFIG)/conf
 # Cleanup and misc junk
 #
 #############################################################
-clean:
+clean: 
        @$(MAKE) -C $(CONFIG) clean
 
 distclean: clean
This page took 0.018287 seconds and 4 git commands to generate.