diff options
| author | IIMarckus <iimarckus@gmail.com> | 2012-03-04 23:03:36 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2012-03-04 23:03:36 -0700 |
| commit | f06e2f937c3b173cb28f746e92e34169d6d510c3 (patch) | |
| tree | e115ed83e87e9f71ef236fbceaa163e8edcfc714 /Makefile | |
| parent | e471bd6a3b243604e9ecb24f1d1ad787fdcaa0da (diff) | |
Remove textpre.awk and link textpre.py to the build.
hg-commit-id: d021377297bf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 $@ $< |
