diff options
| author | Benedict <benedict@0xb8000.de> | 2016-08-15 12:22:31 +0200 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:25 +0100 |
| commit | 8911c9595b9d553100951ff2653464ef5868b81d (patch) | |
| tree | c7e8c428ad3af16c41e699850edc82f617a6e121 /.Makefile.common | |
| parent | cb990c73c478c1bb40d749d0f4e52c10a9ac80fd (diff) | |
set4, completed challenge 25
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 b4c5ab3..a5eee02 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=../lib/lib2.c ../lib/lib.c ../lib/lib3.c ../lib/lib4.c CC=gcc CFLAGS := -g $(CFLAGS) CLIBS=`pkg-config --cflags --libs libcrypto` |
