diff options
author | Tharre <tharre3@gmail.com> | 2014-08-12 17:18:20 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-08-12 17:18:20 +0200 |
commit | 325c8e3992bf7b73714d10a5d2202c89ddbac189 (patch) | |
tree | 145bc56cd19144a43df0055e0a3623078031516c /out | |
parent | 575076fac483fca12a179dd40e15183b49cb6c8f (diff) | |
download | redo-325c8e3992bf7b73714d10a5d2202c89ddbac189.tar.gz redo-325c8e3992bf7b73714d10a5d2202c89ddbac189.tar.xz redo-325c8e3992bf7b73714d10a5d2202c89ddbac189.zip |
Add the magic number to the dependency record.
The magic number will be used later to determine if a target has already
been rebuild.
Diffstat (limited to 'out')
-rw-r--r-- | out/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |