From 325c8e3992bf7b73714d10a5d2202c89ddbac189 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 12 Aug 2014 17:18:20 +0200 Subject: Add the magic number to the dependency record. The magic number will be used later to determine if a target has already been rebuild. --- out/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'out/config.sh') diff --git a/out/config.sh b/out/config.sh index 7a1f34c..c9f6776 100644 --- a/out/config.sh +++ b/out/config.sh @@ -5,4 +5,4 @@ else fi CC=${CC-$PREF} CFLAGS="-g -Wall -Wextra -std=c99 -pedantic" -LDFLAGS=-lcrypto +LDFLAGS="-lcrypto -lm" -- cgit v1.2.3-70-g09d2