aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2017-02-17 12:52:30 +0100
committerJ08nY2017-02-17 12:52:30 +0100
commit8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671 (patch)
treea0a5bbde347e81f61c4e06aaae10127159a136a6 /src
parent7a4af9b9ce960beef67bff3dadce99ade8789abd (diff)
downloadecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.tar.gz
ecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.tar.zst
ecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.zip
fixed makefile for travis
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index db5936e..1bd9806 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,10 +8,10 @@
CC=gcc
GP2C=gp2c
-CFLAGS=-O3 -Wall -std=c11
+CFLAGS=-O3 -Wall
LDFLAGS=-L../lib
-GP_CFLAGS=-O3 -Wall -std=c11 -fomit-frame-pointer -fno-strict-aliasing -fPIC
+GP_CFLAGS=-O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC
GPFLAGS=-g -i4
INCLUDES=-I. -I../lib -Icm -Iinvalid -Iio -Irandom -Iexhaustive