diff options
| author | Stilic <[email protected]> | 2025-08-01 16:08:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 16:08:35 +0000 |
| commit | cab7afe7af7a93f15c82fe5f4e50402ff1599ee6 (patch) | |
| tree | ab10680000fc39f4818080376a7c553fca2280ac | |
| parent | 7e3d4f190235dbbdf62a1cfcfff367105f19df50 (diff) | |
Update makefile
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|
