diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-11-16 12:41:06 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-11-16 12:41:06 +0100 |
commit | 7194ca83015be56e2d216c5133f3302bd713b4ad (patch) | |
tree | d17e4aa04eaa6a9c76117e5cda60de5af76f02ae | |
parent | 418d1d85abe6438da9f25c299e1031dc6eb312aa (diff) | |
download | torrenthash-7194ca83015be56e2d216c5133f3302bd713b4ad.tar torrenthash-7194ca83015be56e2d216c5133f3302bd713b4ad.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |