From 914aa243fcd8682e7a7a51d0c440093bf8c1f361 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Fri, 24 Jun 2022 14:01:41 -0300 Subject: [PATCH] Add clean script instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b39d787..f12d4ca 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ To install, simply run: `./install.sh` You'll now have a working compiler with which you can build your Game Boy Advance game. + +To clean your build directory, simply run: +`./clean.sh` + +and your compiler will be ready for another compile