clean deliver folder

This commit is contained in:
David Holdeman 2024-03-01 14:31:49 -06:00 committed by rusefillc
parent 198ad15cce
commit b684315f6d
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ CLEAN_BUNDLE_HOOK:
$(MAKE) -C ../simulator clean
BOARD_DIR=../$(BOARD_DIR) BOARD_META_PATH=../$(BOARD_META_PATH) $(MAKE) -C bootloader clean
rm -rf $(FOLDER)
rm -rf $(DELIVER)
@echo Done Cleaning Bundle
# We need to use secondary expansion on these rules to find the target file in the source file list.