Specify std=c99 in the Makefile

This commit is contained in:
Fredrik Fornwall 2016-08-04 11:13:03 -04:00
parent bab7d05244
commit f401d2a779

View File

@ -1,4 +1,4 @@
CFLAGS = -O2 -Werror -Wall -Wextra -pedantic
CFLAGS = -O2 -Werror -Wall -Wextra -pedantic -std=c99
test: test_wcwidth
@./test_wcwidth