From 4d6b8249698a8cd1ba42ee3517de08252c8062f2 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 31 Aug 2013 18:49:08 -0500 Subject: compile with preprocessor outputs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 028e9f02..af6610ea 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \ all: pokered.gbc -pokered.o: pokered.asm main.tx constants.asm ${TEXTFILES} - rgbasm -o pokered.o pokered.asm +pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES} + rgbasm -o pokered.o pokered.tx -pokeblue.o: pokeblue.asm main.tx constants.asm ${TEXTFILES} +pokeblue.o: pokeblue.asm main.tx constants.tx ${TEXTFILES} rgbasm -o pokeblue.o pokeblue.asm redrle: extras/redrle.c -- cgit v1.2.3