diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-12 14:40:37 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-12 14:40:37 -0400 |
| commit | 8edfcc4b1e36111d400b5f104a04001c66416426 (patch) | |
| tree | 43407055648e05a67aa08a05e9374459ec531bb6 /Makefile | |
| parent | d7aa1d61cdcdb623651f2490d210548e940c1b7d (diff) | |
All music and sfx
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ TEXTFILES := $(shell find ./ -type f -name '*.asm') all: pokered.gbc -pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx} +pokered.o: pokered.tx main.tx constants.tx wram.tx ${TEXTFILES:.asm=.tx} rgbasm -o pokered.o pokered.tx pokeblue.o: pokeblue.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx} |
