diff options
author | Luna <[email protected]> | 2025-02-04 07:05:29 +0000 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-02-04 02:22:00 -0600 |
commit | ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32 (patch) | |
tree | e5f1791877655fe1eacc98c9de727424294fbd9c /makefile | |
parent | 8eaabcd22bcad13ccbf9f1ee3979f26adcf2ca2f (diff) | |
download | libspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.tar.gz libspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.tar.bz2 libspicy-ba6c8b0e4c3db5c0339f9d9686adf37d2a309f32.zip |
Trying this again.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
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 |