From d4cf8e02d18ef37e71fd02c24cff5f05c33508dd Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Sat, 18 Jun 2022 15:13:18 -0300 Subject: [PATCH] add clean.sh 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