Revert "Fix Makefile shell usage"

This reverts commit 8f325129498ead873d7da7abfd5e0eef72d5ef2f.
This commit is contained in:
Hanchin Hsieh 2025-02-13 15:29:32 +08:00
parent 8f32512949
commit 16bcbc0229

View File

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