summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-11-16 12:41:06 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-11-16 12:41:06 +0100
commit7194ca83015be56e2d216c5133f3302bd713b4ad (patch)
treed17e4aa04eaa6a9c76117e5cda60de5af76f02ae /Makefile
parent418d1d85abe6438da9f25c299e1031dc6eb312aa (diff)
downloadtorrenthash-7194ca83015be56e2d216c5133f3302bd713b4ad.tar
torrenthash-7194ca83015be56e2d216c5133f3302bd713b4ad.zip
Pass -std=gnu99HEADv2master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f9775b..6fe9144 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto)
CRYPTO_LDLIBS := $(shell pkg-config --libs libcrypto)
-CFLAGS += -Wall -Wextra $(CRYPTO_CFLAGS)
+CFLAGS += -std=gnu99 -Wall -Wextra $(CRYPTO_CFLAGS)
LDLIBS += $(CRYPTO_LDLIBS)
all : torrenthash