mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 15:05:12 +01:00
make clean should remove openwrt-images
SVN-Revision: 237
This commit is contained in:
parent
b3f3c13e06
commit
4a433b88fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user