summaryrefslogtreecommitdiff
path: root/code/test/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-05-23 03:49:54 +0200
committerUros Majstorovic <majstor@majstor.org>2017-05-23 03:49:54 +0200
commit7c70a430f9c708be2fcce8c9a0d8cecde7f75fc0 (patch)
tree5ea4cfa8a21be07690c28161153017b7270bc54b /code/test/Makefile
parent25de5e761daab8b897a4f09ff8503e6f43c299f9 (diff)
changes for proxy
Diffstat (limited to 'code/test/Makefile')
-rw-r--r--code/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/Makefile b/code/test/Makefile
index 7992127..02ade87 100644
--- a/code/test/Makefile
+++ b/code/test/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-I.. -O3 -Wno-int-to-void-pointer-cast
LDFLAGS=-lm -pthread
-dep=../libecpcore.a ../crypto/libecpcr.a ../htable/libecpht.a ../posix/libecptr.a ../posix/libecptm.a
+dep=../libecpcore.a ../crypto/libecpcr.a ../htable/libecpht.a ../posix/libecptr.a ../posix/libecptm.a ../init.o
%.o: %.c
$(CC) $(CFLAGS) -c $<