From c766f073e60c3aa51a3cc1555af87ded5823e5a0 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 8 Apr 2014 09:19:33 +0200 Subject: Initial codebase --- out/config.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 out/config.sh (limited to 'out/config.sh') diff --git a/out/config.sh b/out/config.sh new file mode 100644 index 0000000..7a1f34c --- /dev/null +++ b/out/config.sh @@ -0,0 +1,8 @@ +if type "clang" > /dev/null; then + PREF="clang" +else + PREF="gcc" +fi +CC=${CC-$PREF} +CFLAGS="-g -Wall -Wextra -std=c99 -pedantic" +LDFLAGS=-lcrypto -- cgit v1.2.3-70-g09d2