From 16bcbc0229493056dc989238e39821cab591eca0 Mon Sep 17 00:00:00 2001 From: Hanchin Hsieh Date: Thu, 13 Feb 2025 15:29:32 +0800 Subject: [PATCH] Revert "Fix Makefile shell usage" This reverts commit 8f325129498ead873d7da7abfd5e0eef72d5ef2f. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c46f285..40d6374 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ else endif else $1: - $(shell LUA_VERSION=$1 bash ./build.sh) + LUA_VERSION=$1 bash ./build.sh endif endef