aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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