aboutsummaryrefslogtreecommitdiff
path: root/interpreters
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-12-24 22:42:21 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-12-25 01:56:42 +0100
commita4390d38b579aece912fcc0af02c92f88b35a17c (patch)
treee4a427f829679444bcbbf3be88f1bc90aa96a7a9 /interpreters
parentb846a7a0ea77de85c0d84d3653d8db8d3c81b4c9 (diff)
downloadbfc-a4390d38b579aece912fcc0af02c92f88b35a17c.tar.gz
bfc-a4390d38b579aece912fcc0af02c92f88b35a17c.tar.xz
bfc-a4390d38b579aece912fcc0af02c92f88b35a17c.zip
Fix interpreter portability
Diffstat (limited to 'interpreters')
-rw-r--r--interpreters/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/interpreters/Makefile b/interpreters/Makefile
index 3e73cf5..9839f2d 100644
--- a/interpreters/Makefile
+++ b/interpreters/Makefile
@@ -1,5 +1,4 @@
-CC = c99
-CFLAGS = -O3
+CFLAGS = -std=gnu99 -O3
NAMES = bf bf-faster-loops bf-optimizing \
bf-jit bf-jit-opt bf-jit-unsafe bf-jit-unsafe-opt