mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Minor whitespace improvements
This commit is contained in:
4
Makefile
4
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\
|
||||
|
||||
Reference in New Issue
Block a user