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