diff options
| author | Benedict <benedict@0xb8000.de> | 2016-12-03 23:20:14 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:26 +0100 |
| commit | e5f83c17cb1d4edddad05aa3bf2ae84b8da739f6 (patch) | |
| tree | d6e527f1c79e4132044b6a35a172782ca940b8e1 /.Makefile.common | |
| parent | 544153a8ffa6d68385712ab0a7c6315399346909 (diff) | |
set6: added libs and Makefile
Diffstat (limited to '.Makefile.common')
| -rw-r--r-- | .Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.common b/.Makefile.common index 01e3f6c..08b3161 100644 --- a/.Makefile.common +++ b/.Makefile.common @@ -1,5 +1,5 @@ ## define variables used in all makefiles -LIB=../lib/lib2.c ../lib/lib.c ../lib/lib3.c ../lib/lib4.c ../lib/sha1.c ../lib/md4.c ../lib/lib5.c +LIB=../lib/lib2.c ../lib/lib.c ../lib/lib3.c ../lib/lib4.c ../lib/sha1.c ../lib/md4.c ../lib/lib5.c ../lib/lib6.c CC=gcc CFLAGS := -g -fPIC $(CFLAGS) CLIBS=`pkg-config --cflags --libs libcrypto` -lgmp -lm |
