From 418e51ca7fbb5ce0ef343836ab9f46a9467c47a4 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 19:35:00 -0300 Subject: [PATCH] clean linker_scripts --- Makefile | 1 + 1 file changed, 1 insertion(+) 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)