diff options
author | Imogen Thoms <[email protected]> | 2025-01-30 21:35:11 +0000 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-01-30 15:40:27 -0600 |
commit | f6dda8af9998eba76ff377c91cb69593c086b8c0 (patch) | |
tree | e180556894730e4f82b79a8b345718af261d2faa /makefile | |
parent | 11ff7f4f76d6deb5afab072ded3e115b130069c8 (diff) | |
download | libspicy-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-- | makefile | 2 |
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 |