From 7c70a430f9c708be2fcce8c9a0d8cecde7f75fc0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 03:49:54 +0200 Subject: changes for proxy --- code/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/Makefile') diff --git a/code/Makefile b/code/Makefile index 023fa7a..be1a827 100644 --- a/code/Makefile +++ b/code/Makefile @@ -1,12 +1,12 @@ MAKE=make CFLAGS = -I. -pthread -O3 -DECP_DEBUG -obj = core.o timer.o msgq.o init.o +obj = core.o timer.o msgq.o subdirs = crypto posix htable test %.o: %.c %.h $(CC) $(CFLAGS) -c $< -all: $(obj) +all: $(obj) init.o init_proxy.o $(AR) rcs libecpcore.a $(obj) for i in $(subdirs); do \ (cd $$i && $(MAKE) && cd ..) || exit; \ -- cgit v1.2.3