From 44eb727dc537403be092326639a5b7c6d7182146 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 08:38:13 +0000 Subject: fixed like half of everything idk, you can install stuff now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 250767a..4562076 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PREFIX ?= /usr/local OBJDIR = obj SRCS = $(wildcard src/*.cc) OBJS = $(SRCS:src/%.cc=$(OBJDIR)/%.o) -CXXFLAGS += $(shell pkg-config --cflags luajit ) -I./include +CXXFLAGS += $(shell pkg-config --cflags luajit) -I./include default: pkgit -- cgit v1.2.3