Skip to content

Commit

Permalink
Update make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed May 24, 2024
1 parent 8ed0786 commit 42bbe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra:
@python3 ../scripts/make_extras.py
@sync
clean: clean_core
@rm -r ./build_* || true
@find .. -type d -name "build_*" -exec rm -r {} +
boot:
@echo -e "\nSetup /boot:"
@python3 ../scripts/make_boot.py
Expand Down

0 comments on commit 42bbe05

Please sign in to comment.