mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-09 12:16:15 +00:00
Remove wrong quotes from CFLAGS in converters/Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user