1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

Added missing line continuation.

Fixes https://github.com/cc65/cc65/issues/408
This commit is contained in:
Oliver Schmidt 2017-03-21 20:45:36 +01:00
parent fe59626953
commit 669113b595

View File

@ -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