about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorLuna <[email protected]>2025-02-04 07:05:29 +0000
committerRen Kararou <[email protected]>2025-02-04 02:22:00 -0600
commitba6c8b0e4c3db5c0339f9d9686adf37d2a309f32 (patch)
treee5f1791877655fe1eacc98c9de727424294fbd9c /makefile
parent8eaabcd22bcad13ccbf9f1ee3979f26adcf2ca2f (diff)
downloadlibspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.tar.gz
libspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.tar.bz2
libspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.zip
Trying this again.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 414af85..3652375 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ endif
 
 INCLUDES=-Iinc/
 
-OBJECTS=obj/salloc.c.o obj/arena.c.o obj/resarr.c.o
+OBJECTS=obj/salloc.c.o obj/arena.c.o obj/resarr.c.o obj/sstring.c.o
 
 .PHONY: all
 all: build/lib/libspicy.so build/lib/static/libspicy.a includes