diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index a94bb88..34a9f38 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,7 @@ CC = cc SRC != find * -name '*.c' OBJ = ${SRC:.c=.o} -CFLAGS = -Wall -ansi --std=c89 -pedantic\ +CFLAGS = -Wall --std=c99 -pedantic\ -I../src/ LDFLAGS = -L../ -l:liblog.a |