]> granicus.if.org Git - nethack/commitdiff
Windows nmake build fix
authornhmall <nhmall@nethack.org>
Mon, 7 Mar 2022 12:35:35 +0000 (07:35 -0500)
committernhmall <nhmall@nethack.org>
Mon, 7 Mar 2022 12:35:35 +0000 (07:35 -0500)
sys/windows/Makefile.msc

index 55c8ac5ca8f42e6d2ebffea95c6d6561f9f3d186..3a266493632f638126b037df6f2f27dc383e192d 100644 (file)
@@ -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      \