mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
set LC_CTYPE=C in Makefile for gawk
hg-commit-id: 9925b373f9ad
This commit is contained in:
parent
11b77e4b19
commit
0d6370d054
5
Makefile
5
Makefile
|
|
@ -1,3 +1,6 @@
|
||||||
|
#gawk sort order
|
||||||
|
LC_CTYPE=C
|
||||||
|
|
||||||
.SUFFIXES: .asm .tx .o .gbc
|
.SUFFIXES: .asm .tx .o .gbc
|
||||||
|
|
||||||
TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
|
TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
|
||||||
|
|
@ -29,4 +32,4 @@ pokeblue.gbc: pokeblue.o
|
||||||
clean:
|
clean:
|
||||||
rm -f common.tx pokered.o pokered.gbc pokeblue.o pokeblue.gbc redrle ${TEXTFILES}
|
rm -f common.tx pokered.o pokered.gbc pokeblue.o pokeblue.gbc redrle ${TEXTFILES}
|
||||||
|
|
||||||
more: pokered.gbc pokeblue.gbc
|
more: pokered.gbc pokeblue.gbc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue