diff --git a/Makefile b/Makefile index c209f6c3..8b8f3b17 100644 --- a/Makefile +++ b/Makefile @@ -229,6 +229,7 @@ clean: @git clean -fdx assets/ @git clean -fdx bin/ @git clean -fdx build/ + @git clean -fdx linker_scripts/ format: @./tools/format.py -j $(nproc)