aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorame <[email protected]>2024-07-11 18:51:15 -0500
committerame <[email protected]>2024-07-11 18:51:15 -0500
commite3af5c593585af11b61e8c467311bc7c31035855 (patch)
tree567943db6f3d265927b232a5f95a58d45eb6eec7 /makefile
parent42838a87b8f49db2ae5781498edf4192c61a21a6 (diff)
name change and docs
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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)