mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Added missing line continuation.
Fixes https://github.com/cc65/cc65/issues/408
This commit is contained in:
parent
fe59626953
commit
669113b595
@ -65,7 +65,7 @@ endif
|
||||
CFLAGS += -MMD -MP -O -I common \
|
||||
-Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS) \
|
||||
-DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) -DCL65_TGT=$(CL65_TGT) \
|
||||
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
|
||||
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG) \
|
||||
-DGIT_SHA=$(GIT_SHA)
|
||||
|
||||
LDLIBS += -lm
|
||||
|
Loading…
Reference in New Issue
Block a user