Merge branch 'fix-makefile' of https://github.com/chastai/rgbds

This commit is contained in:
Anthony J. Bentley
2014-10-06 02:01:21 -06:00

View File

@@ -79,7 +79,7 @@ rgbfix: ${rgbfix_obj}
.c.o:
$Q${CC} ${REALCFLAGS} -c -o $@ $<
src/asm/gameboy/locallex.c src/asm/globlex.c src/asm/lexer.c: src/asm/asmy.h
src/asm/gameboy/locallex.o src/asm/globlex.o src/asm/lexer.o: src/asm/asmy.h
src/asm/asmy.h: src/asm/asmy.c
src/asm/asmy.y: ${yacc_pre}