mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-18 17:08:20 +00:00
Remove wrong quotes from CFLAGS in converters/Makefile
This commit is contained in:
parent
9d7f57d0ea
commit
1c21f2901b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user