diff --git a/gumbo-parser/src/Makefile b/gumbo-parser/src/Makefile index 3a50bc96fa..0594e0892c 100644 --- a/gumbo-parser/src/Makefile +++ b/gumbo-parser/src/Makefile @@ -2,7 +2,7 @@ # to enable a mini_portile2 recipe to build the gumbo parser .PHONY: clean -override CFLAGS += -std=c99 -Wall +CFLAGS += -std=c99 -Wall # allow the ENV var to override this RANLIB ?= ranlib