From 9e6f09050f9ebecc4ffcea1234b920468254a79b Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 10 Apr 2022 17:51:58 +0400 Subject: [PATCH] fixed a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ba032e..42deec8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LUA_VERSION=5.2 -INCLUDES=-I/usr/lib/lua${LUA_VERSION} +INCLUDES=-I/usr/include/lua${LUA_VERSION} CXX=g++ CFLAGS=-fPIC LIBS=-lqalculate