mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Remove textpre.awk and link textpre.py to the build.
hg-commit-id: d021377297bf
This commit is contained in:
parent
e471bd6a3b
commit
f06e2f937c
2 changed files with 1 additions and 315 deletions
5
Makefile
5
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 $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue