From 2837a4ff324f1f1b92f6f96791b5bad844135681 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Aug 2021 13:34:57 +0200 Subject: Upgraded to Lua 5.4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0152973..b584fbc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS+=-std=c11 -Wall -Wextra -Wpedantic -D_POSIX_C_SOURCE=200809L -CFLAGS+=-I/usr/include/lua5.3 -LDLIBS+=-llua5.3 +CFLAGS+=`pkg-config --cflags lua5.4` +LDLIBS+=`pkg-config --libs lua5.4` PREFIX?=/usr/local SHARE?=$(PREFIX)/share -- cgit v1.1