aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorStilic <[email protected]>2025-08-01 16:08:35 +0000
committerGitHub <[email protected]>2025-08-01 16:08:35 +0000
commitcab7afe7af7a93f15c82fe5f4e50402ff1599ee6 (patch)
treeab10680000fc39f4818080376a7c553fca2280ac /makefile
parent7e3d4f190235dbbdf62a1cfcfff367105f19df50 (diff)
Update makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0a07ae9..cd80dc8 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ LFLAGS := -lm -shared -lcrypto -lssl
LINKER := $(CC)
TARGET := lullaby.so
-INSTALL_DIR := /usr/lib64/lua/
+INSTALL_DIR := /usr/local/lib/lua/
SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c)
OBJS := $(SRCS:.c=.o)