diff options
author | Rory Bradford <roryrjb@gmail.com> | 2020-04-17 09:02:03 +0100 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2020-04-17 09:02:03 +0100 |
commit | a0a256422adcfccf2869a27e7a1a20d672f06349 (patch) | |
tree | 304d296a5eb77d8a5a461311fbc13b99df60995d /Makefile | |
parent | 11074e02de8d43697fc8328fdc1710fb33a5eee8 (diff) | |
download | rf-a0a256422adcfccf2869a27e7a1a20d672f06349.tar.gz |
Re-introduce optional substring matching
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 \ |