about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorImogen Thoms <[email protected]>2025-01-30 21:35:11 +0000
committerRen Kararou <[email protected]>2025-01-30 15:40:27 -0600
commitf6dda8af9998eba76ff377c91cb69593c086b8c0 (patch)
treee180556894730e4f82b79a8b345718af261d2faa /makefile
parent11ff7f4f76d6deb5afab072ded3e115b130069c8 (diff)
downloadlibspicy-f6dda8af9998eba76ff377c91cb69593c086b8c0.tar.gz
libspicy-f6dda8af9998eba76ff377c91cb69593c086b8c0.tar.bz2
libspicy-f6dda8af9998eba76ff377c91cb69593c086b8c0.zip
added mogi_arena allocator
Signed-off-by: Imogen Thoms <[email protected]>
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 26595fd..8ac6378 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ endif
 
 INCLUDES=-Iinc/
 
-OBJECTS=obj/salloc.o
+OBJECTS=obj/salloc.o obj/arena.o
 
 .PHONY: all
 all: build/lib/libspicy.so build/lib/static/libspicy.a includes