nuke out dir in clean

This commit is contained in:
Lance Vick 2022-12-25 02:12:11 -08:00
parent dd1feba97c
commit 7a2c4f4be8
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ clean: $(CACHE_DIR)/toolchain.tar
.PHONY: mrproper
mrproper:
docker image rm -f $(IMAGE)
rm -rf $(CACHE_DIR)
rm -rf $(CACHE_DIR) $(OUT_DIR)
.PHONY: build-fw
build-fw: $(CACHE_DIR)/toolchain.tar