about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-04-17 09:02:03 +0100
committerRory Bradford <roryrjb@gmail.com>2020-04-17 09:02:03 +0100
commita0a256422adcfccf2869a27e7a1a20d672f06349 (patch)
tree304d296a5eb77d8a5a461311fbc13b99df60995d /Makefile
parent11074e02de8d43697fc8328fdc1710fb33a5eee8 (diff)
downloadrf-a0a256422adcfccf2869a27e7a1a20d672f06349.tar.gz
Re-introduce optional substring matching
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c407da0..e66c045 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DEPS = config.h
 LIBS =
 INC =
 CFLAGS := ${CFLAGS}
-CFLAGS += -ansi \
+CFLAGS += -std=c99 \
 	  -Wpedantic \
 	  -Wall \
 	  -Werror=format-security \