follow-up: Makefile.top was left out of previous commit

This commit is contained in:
nhmall
2026-09-01 13:48:47 -04:00
parent cc4768f1c9
commit 04834a9316
+1 -1
View File
@@ -278,7 +278,7 @@ check-dlb: options
dlb:
( cd util ; $(MAKE) dlb )
( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat $(DATDLB) )
( cd dat ; $(MAKE) DATDLB="$(DATDLB)" nhdat )
wasm:
( cd src ; $(MAKE) CROSS_TO_WASM=1 ../targets/wasm/nethack.js )