From: warwick Date: Mon, 1 Jul 2002 05:23:47 +0000 (+0000) Subject: nhtiles.bmp may be needed (eg. Qt windowport) X-Git-Tag: MOVE2GIT~2700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82668439f75cd7faae951481cd042311bf0b4712;p=nethack nhtiles.bmp may be needed (eg. Qt windowport) --- diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index cda9c4dc1..318d83df2 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -124,6 +124,9 @@ dungeon: $(GAME) ( cd util ; $(MAKE) dgn_comp ) ( cd dat ; $(MAKE) dungeon ) +nhtiles.bmp: $(GAME) + ( cd dat ; $(MAKE) nhtiles.bmp ) + x11tiles: $(GAME) ( cd util ; $(MAKE) tile2x11 ) ( cd dat ; $(MAKE) x11tiles )