From f06e2f937c3b173cb28f746e92e34169d6d510c3 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 4 Mar 2012 23:03:36 -0700 Subject: Remove textpre.awk and link textpre.py to the build. hg-commit-id: d021377297bf --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3