shithub: rgbds

Download patch

ref: e28d8384fbe7e7fa45bb2a0ae7874d71a809644d
parent: 27a350eaaba3433d979ab548c90488a1564fac64
parent: 191f98a008c428b24fdeae6ef302abfd017d9428
author: Anthony J. Bentley <[email protected]>
date: Sun Oct 5 22:01:21 EDT 2014

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

--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@
 .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}