Skip to content

Commit

Permalink
Fixed make clean not erasing built payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
aglab2 committed Dec 20, 2022
1 parent fbb96e8 commit 0eab28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ $(OBJ_DIR):

clean:
rm -rf $(OBJ_DIR)
rm -f $(PAYLOAD_HEADER)
rm -f $(PAYLOAD_DATA)

.PHONY: all clean $(ROM)

0 comments on commit 0eab28c

Please sign in to comment.