|
|
@ -65,7 +65,7 @@ CFLAGS = -g |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
# ppc doesn't work because we don't support big-endian |
|
|
|
# ppc doesn't work because we don't support big-endian |
|
|
|
CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramter \ |
|
|
|
CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \ |
|
|
|
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) |
|
|
|
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) |
|
|
|
|
|
|
|
|
|
|
|
OBJS= \ |
|
|
|
OBJS= \ |
|
|
|