Add space
[sipe-libnice.git] / common.mk
blob8fb45dfe3b66548390037acab9ea8ca048d77d93
2 ERROR_CFLAGS = \
3 -Wall \
4 -Werror \
5 -Wextra \
6 -Wundef \
7 -Wnested-externs \
8 -Wwrite-strings \
9 -Wpointer-arith \
10 -Wbad-function-cast \
11 -Wmissing-declarations \
12 -Wmissing-prototypes \
13 -Wstrict-prototypes \
14 -Wredundant-decls \
15 -Wno-unused-parameter
16 # -Wold-style-definition -Winline -Wunreachable-code
18 CLEANFILES = *.gcno *.gcda
20 check-valgrind:
21 $(MAKE) TESTS_ENVIRONMENT="sh $$(cd "$(top_srcdir)" && pwd)/scripts/valgrind.sh" check
23 .PHONY: check-valgrind