changed makefile
Tests now compile with just -Wall in order to allow for placeholder variables. Also tests are now compiled in c99
This commit is contained in:
parent
67a36f71e3
commit
cc15646a15
@ -1,5 +1,5 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Werror -pedantic
|
||||
CFLAGS = -Wall -std=c99
|
||||
|
||||
parse: parse.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user