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