shithub: rgbds

Download patch

ref: 7384c41c82f12268dfc9161b82b5d9165f504150
parent: 114871d46de3e7c380e0fd1d27ef31badb70416e
author: Anthony J. Bentley <[email protected]>
date: Wed Dec 22 09:24:46 EST 2010

Minor whitespace improvements

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 localversion = $(shell sh scripts/localversion.sh)
 
-CFLAGS+=-Wall -Iinclude -Iinclude/asm/gameboy -DLOCALVERSION=\"$(localversion)\" -g -std=c99 -D_POSIX_C_SOURCE=200112L
+CFLAGS += -Wall -Iinclude -Iinclude/asm/gameboy \
+		-DLOCALVERSION=\"$(localversion)\" -g -std=c99 \
+		-D_POSIX_C_SOURCE=200112L
 
 yacc_pre := \
 	src/asm/yaccprt1.y\