From ab0325ae7906230f1ea82f08b27c72b075e9a13d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 17:28:12 +0200 Subject: build fixed; added lib util --- code/core/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'code/core/Makefile') diff --git a/code/core/Makefile b/code/core/Makefile index d3610bf..2cae048 100644 --- a/code/core/Makefile +++ b/code/core/Makefile @@ -1,8 +1,10 @@ MAKE=make -CFLAGS = -I. -pthread -O3 -DECP_DEBUG +CFLAGS = -I. -pthread -O3 $(PIC) -DECP_DEBUG + obj = core.o timer.o msgq.o subdirs = crypto posix htable + %.o: %.c %.h $(CC) $(CFLAGS) -c $< -- cgit v1.2.3