From 189afb447e2c76e5dd5e4550e786c5175a828cbc Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 5 Aug 2024 21:49:23 -0400 Subject: add lua support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88cd5d7..9def519 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXXFLAGS := -std=c++23 -O0 -g3 -ggdb \ - -Iinclude -Ientt/single_include -LDFLAGS := -lSDL2 -lSDL2_image + -Iinclude -Ientt/single_include -Isol2/include `pkg-config --cflags lua5.4` +LDFLAGS := -lSDL2 -lSDL2_image `pkg-config --libs lua5.4` OBJS := $(subst .cpp,.o,$(wildcard *.cpp)) -- cgit v1.2.3