From c1f4d263ec1004512cdd6b38b351eb2fe2321c22 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Mar 2016 22:27:04 +0100 Subject: Add memory pool, also let the user know that libzahl is not designed for cryptography MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9ecce5..691e35f 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ INLINE_FUN =\ zzero\ zsignum -OBJ = $(FUN:=.o) +OBJ = $(FUN:=.o) allocator.o MAN = $(foreach F,$(FUN) $(INLINE_FUN),man/$(F).3) man/libzahl.7 all: libzahl.a -- cgit v1.2.3-70-g09d2