summaryrefslogtreecommitdiff
path: root/.Makefile.common
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-08-15 12:22:31 +0200
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:25 +0100
commit8911c9595b9d553100951ff2653464ef5868b81d (patch)
treec7e8c428ad3af16c41e699850edc82f617a6e121 /.Makefile.common
parentcb990c73c478c1bb40d749d0f4e52c10a9ac80fd (diff)
set4, completed challenge 25
Diffstat (limited to '.Makefile.common')
-rw-r--r--.Makefile.common2
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`