From f490e54d88dd75a4b745fd2f269dbcccc85efcf0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 21 Dec 2024 01:15:54 -0500 Subject: [PATCH] update target all in dat/luahelper --- dat/luahelper | 1 + 1 file changed, 1 insertion(+) diff --git a/dat/luahelper b/dat/luahelper index 087d1dae3..a302755f3 100644 --- a/dat/luahelper +++ b/dat/luahelper @@ -94,4 +94,5 @@ all: make -f dat/luahelper devhelp-nmake >./luahelp-nmake.txt make -f dat/luahelper devhelp-msys2 >./luahelp-msys2.txt make -f dat/luahelper devhelp-xcode >./luahelp-xcode.txt + make -f dat/luahelper devhelp-vstudio >./luahelp-vstudio.txt # end