From dccced7d5ad1e09e0929e7a917c0b5456242e6d0 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Sat, 18 Jun 2022 18:29:37 -0300 Subject: [PATCH] Finish clean script and tweak makefile --- Makefile | 1 - clean.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d21b4c2..18f90ff 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,3 @@ endif cp ginclude/* $(PREFIX)/tools/agbcc/include/ cp libgcc/libgcc.a $(PREFIX)/tools/agbcc/lib/ cp libc/libc.a $(PREFIX)/tools/agbcc/lib/ - diff --git a/clean.sh b/clean.sh index c6a62d7..5729262 100644 --- a/clean.sh +++ b/clean.sh @@ -1,3 +1,4 @@ make -C gcc clean make -C libgcc clean make -C libc clean +rm -f agbcc old_agbcc agbcc_arm libc.a libgcc.a