commit 002ac948d9e62e778c776132122af551b8fc0297 parent 2f0a3b9a6e1a7a27d3ca58df6bd267c616a46b03 Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 10 Dec 2017 02:21:10 -0500 Specify C standard and add -pedantic Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CC=cc -CFLAGS=-Wall -Wextra -Werror -Wno-unused-parameter +CFLAGS=-Wall -Wextra -Werror -Wno-unused-parameter -std=c99 -pedantic LDFLAGS=-static INCLUDE=-Iinclude PREFIX=/usr/local