1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Moved USER_CFLAGS to the other flags.

This commit is contained in:
Oliver Schmidt 2013-12-19 09:17:41 +01:00
parent 6a4ceb9fdb
commit 0adad044e7

View File

@ -27,10 +27,9 @@ else
endif
CFLAGS += -MMD -MP -O -std=c89 -I common \
-Wall -Wextra -Wno-char-subscripts -Werror \
-Wall -Wextra -Wno-char-subscripts -Werror $(USER_CFLAGS) \
-DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) \
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG) \
$(USER_CFLAGS)
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
LDLIBS += -lm