From e3af5c593585af11b61e8c467311bc7c31035855 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 11 Jul 2024 18:51:15 -0500 Subject: name change and docs --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3c5b82f..3668e86 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ CFLAGS := -fPIC LFLAGS := -lm -shared LINKER := clang -TARGET := llib.so +TARGET := lullaby.so SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c) OBJS := $(SRCS:.c=.o) -- cgit v1.2.3