Fix Makefile shell usage

This commit is contained in:
Alexandre Balon-Perin 2025-02-02 00:09:27 +09:00 committed by Hanchin Hsieh
parent 25111c6df3
commit 8f32512949

View File

@ -36,7 +36,7 @@ else
endif
else
$1:
LUA_VERSION=$1 bash ./build.sh
$(shell LUA_VERSION=$1 bash ./build.sh)
endif
endef