From 1c21f2901b922cae89bafa0faa3aeab23c90b622 Mon Sep 17 00:00:00 2001 From: Andreas Bombe Date: Fri, 13 Oct 2017 01:22:45 +0200 Subject: [PATCH] Remove wrong quotes from CFLAGS in converters/Makefile --- converters/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converters/Makefile b/converters/Makefile index 376135c..db039bd 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,6 +1,6 @@ # all of these can be over-ridden on the "make" command line if they don't suit your environment. -CFLAGS="-O2 -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow" +CFLAGS=-O2 -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow BIN=/usr/local/bin INSTALL=install CC=gcc