Skip to content

Commit

Permalink
Remove mpy-crosses on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Jul 5, 2024
1 parent 8bba7a4 commit d83375a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ extra:
@sync
clean: clean_core
@find .. -type d -name "build_*" -exec rm -r {} +
@find .. -type f -name "mpy-cross*" -exec rm {} +
boot:
@echo -e "\nSetup /boot:"
@python3 ../scripts/make_boot.py
Expand Down

0 comments on commit d83375a

Please sign in to comment.