diff --git a/sys/windows/Makefile.msc b/sys/windows/Makefile.msc index 55c8ac5ca..3a2664936 100644 --- a/sys/windows/Makefile.msc +++ b/sys/windows/Makefile.msc @@ -314,7 +314,7 @@ LUAVER=5.4.4 LUALIB = $(O)lua$(LUAVER)-static.lib LUADLL = $(O)lua$(LUAVER).dll LUAINCL = /I$(LUASRC) -LUATARGETS = lua.exe luac.exe $(LUADLL) $(LUALIB) +LUATARGETS = lua.exe $(LUADLL) $(LUALIB) LUASRCFILES = lapi.c lauxlib.c lbaselib.c lcode.c \ lcorolib.c lctype.c ldblib.c ldebug.c ldo.c \