summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-04 11:32:15 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-04 11:32:15 -0500
commit28e30830755758d13458c05ebe2a8db5dc9f43a0 (patch)
treee85432610680e58fda8c0f9971943483a73144ee /Makefile
parent561145ed1f4f281ce47f3daaf0b1ec033c0b0402 (diff)
Build with GNU89 standard for greater compatibility.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89fbf25a..d831b5ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
INCLUDES = -Isrc
-CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -std=gnu99 -coverage
+CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -coverage
LDFLAGS = -coverage -lm
LDLIBS = -lcheck