Conform to ANSI C
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,6 +13,8 @@ OBJ_FILES := $(patsubst $(SD)/%.c,$(BD)/%.o,$(SRC_FILES))
|
||||
INCLUDE_DIRS = -Ilibs/qments/include -Ilibs/cgic
|
||||
LIB_TARGETS = $(patsubst $(LIBS_DIR)/%,$(BD)/lib%.a,$(LIBS))
|
||||
|
||||
CFLAGS ?= -O2 -ansi -pedantic
|
||||
|
||||
$(BD)/libcgic.a:
|
||||
$(MAKE) -C $(LIBS_DIR)/cgic
|
||||
cp $(LIBS_DIR)/cgic/libcgic.a $(BD)
|
||||
|
Reference in New Issue
Block a user