]> granicus.if.org Git - nethack/commitdiff
another windows Makefile bit
authornhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 12:59:36 +0000 (07:59 -0500)
committernhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 12:59:36 +0000 (07:59 -0500)
sys/winnt/Makefile.msc

index 04459b5ca118a4030726483e4172d497738f1177..064398ce6457415dbfb0552b340bf3aa3a35ed8b 100644 (file)
@@ -834,7 +834,7 @@ default : install
 
 all :  install
 
-install: $(O)envchk.tag $(O)obj.tag $(O)utility.tag $(GAMEDIR)\NetHack.exe $(GAMEDIR)\NetHackW.exe $(O)install.tag
+install: $(INCL)\nhlua.h $(O)envchk.tag $(O)obj.tag $(O)utility.tag $(GAMEDIR)\NetHack.exe $(GAMEDIR)\NetHackW.exe $(O)install.tag
         @echo Done.
 
 #==========================================