From 7384c41c82f12268dfc9161b82b5d9165f504150 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 22 Dec 2010 14:24:46 -0700 Subject: [PATCH] Minor whitespace improvements --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e7cbd23..2347cfdd 100644 --- 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\