another windows Makefile bit

This commit is contained in:
nhmall
2019-11-27 07:59:36 -05:00
parent c9d298ee6c
commit 8af0c59bdb

View 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.
#==========================================