Merge 'NetHack-3.6' changes into NetHack-3.7-Jan2020

This commit is contained in:
nhmall
2020-01-25 22:17:42 -05:00
8 changed files with 55 additions and 21 deletions

View File

@@ -308,6 +308,7 @@ install: rootcheck $(GAME) recover $(VARDAT) spec_levs
clean:
( cd src ; $(MAKE) clean )
( cd util ; $(MAKE) clean )
( cd dat ; $(MAKE) clean )
( cd doc ; $(MAKE) clean )
( cd lib/lua-$(LUA_VERSION)/src && $(MAKE) clean )