summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2012-03-05 08:27:18 +0100
committerSanky <gsanky@gmail.com>2012-03-05 08:27:18 +0100
commit40b8729cd5967f21ed324d8e3353322f89fdfcf3 (patch)
treeea2c9ad7c31ee0a5b48e878b943fcb2fa60e0d8e /Makefile
parent1c308e418be00dcce7097b75314c5a6397efb320 (diff)
parent4b13a726999771ada65311583fc8fbd1d718f902 (diff)
Merge
hg-commit-id: d3bdced550f6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 63787251..bc630463 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,3 @@
-#gawk sort order
-export LC_CTYPE=C
-
.SUFFIXES: .asm .tx .o .gbc
TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
@@ -18,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- awk -f textpre.awk < $< > $@
+ python textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<