From 8f325129498ead873d7da7abfd5e0eef72d5ef2f Mon Sep 17 00:00:00 2001 From: Alexandre Balon-Perin Date: Sun, 2 Feb 2025 00:09:27 +0900 Subject: [PATCH] Fix Makefile shell usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40d6374..c46f285 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ else endif else $1: - LUA_VERSION=$1 bash ./build.sh + $(shell LUA_VERSION=$1 bash ./build.sh) endif endef