diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +#gawk sort order +LC_CTYPE=C + .SUFFIXES: .asm .tx .o .gbc TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \ @@ -29,4 +32,4 @@ pokeblue.gbc: pokeblue.o clean: rm -f common.tx pokered.o pokered.gbc pokeblue.o pokeblue.gbc redrle ${TEXTFILES} -more: pokered.gbc pokeblue.gbc
\ No newline at end of file +more: pokered.gbc pokeblue.gbc |