cleanup the whole addpattern / trx nonsense
[openwrt.git] / openwrt / Makefile
index 81ecc43..0fa90fb 100644 (file)
@@ -120,6 +120,7 @@ source: $(TARGETS_SOURCE)
 #############################################################
 clean:
        rm -rf $(BUILD_DIR) $(IMAGE).*
+       -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.023638 seconds and 4 git commands to generate.