diff options
| author | Benedict <benedict@0xb8000.de> | 2017-01-28 15:35:04 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:27 +0100 |
| commit | ced18e8eac298708e3b452714b3d55a0bf982cd9 (patch) | |
| tree | e3c7eac09da6e38bc9ee402e007e58db9f893cc0 /.Makefile.common | |
| parent | 18acbfa8d29fd1ca9c90fb252b735b2901bbe7fa (diff) | |
set7: task51: completed
Diffstat (limited to '.Makefile.common')
| -rw-r--r-- | .Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.Makefile.common b/.Makefile.common index 08b3161..961e17f 100644 --- a/.Makefile.common +++ b/.Makefile.common @@ -1,8 +1,8 @@ ## 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/lib6.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 ../lib/lib7.c ../lib/util/util.c CC=gcc CFLAGS := -g -fPIC $(CFLAGS) -CLIBS=`pkg-config --cflags --libs libcrypto` -lgmp -lm +CLIBS=`pkg-config --cflags --libs libcrypto` -lgmp -lm -lz %: %.c @echo -e "\tCC\t $<" |
