aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoramy <[email protected]>2025-08-01 11:22:49 -0500
committerGitHub <[email protected]>2025-08-01 11:22:49 -0500
commit76641452ca62c308776edc03aee6b7e5e5886acf (patch)
tree740f6f356737098aa94ee2c8ac645aa46f509418 /makefile
parent7e3d4f190235dbbdf62a1cfcfff367105f19df50 (diff)
parente65c35bfe7a9f00f42170e5a6c1bff58cbfe3f47 (diff)
Merge pull request #2 from Stilic/patch-1
Change install path to a standard one
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)