From 7412f4493f272383fb7cecb7ddfdce22f5f69f73 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Fri, 24 Jun 2022 13:58:00 -0300 Subject: [PATCH 1/2] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b39d787 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# agbcc +A fork of gcc 2.95.1 that allows for compilation of Game Boy Advance games. + +To build, simply run: +`./build.sh` + +To install, simply run: +`./install.sh` + +You'll now have a working compiler with which you can build your Game Boy Advance game. From 914aa243fcd8682e7a7a51d0c440093bf8c1f361 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Fri, 24 Jun 2022 14:01:41 -0300 Subject: [PATCH 2/2] 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