|
|
|
@ -14,8 +14,8 @@ all: $(BUILD)/tbm |
|
|
|
|
|
|
|
|
|
CFLAGS += -DTBM_VERSION=\"2017-07-27-dev\"
|
|
|
|
|
CFLAGS += -Iinclude
|
|
|
|
|
CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration
|
|
|
|
|
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -pedantic
|
|
|
|
|
CFLAGS += -Wall -Wextra -Wshadow -Wimplicit-function-declaration
|
|
|
|
|
CFLAGS += -Wredundant-decls -pedantic
|
|
|
|
|
CFLAGS += -D_XOPEN_SOURCE
|
|
|
|
|
|
|
|
|
|
CFLAGS += -std=c99
|
|
|
|
|