diff --git a/.gitignore b/.gitignore index 27c775cb..9dd796fd 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ src/*.s tags tools/agbcc tools/binutils +translations/*.bin types_*.taghl *.zip !calcrom.pl diff --git a/INSTALL.md b/INSTALL.md index ad4f2697..52053fd2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,7 +37,7 @@ To set up the repository: sh install.sh ../tmc cd ../tmc - make tools + make setup To build **tmc.gba**: diff --git a/Makefile b/Makefile index caf5a55e..a4c4568c 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ include songs.mk sound/%.bin: sound/%.aif ; $(AIF) $< $@ sound/songs/%.s: sound/songs/%.mid cd $(@D) && ../../$(MID) $(