From 82668439f75cd7faae951481cd042311bf0b4712 Mon Sep 17 00:00:00 2001 From: warwick Date: Mon, 1 Jul 2002 05:23:47 +0000 Subject: [PATCH] nhtiles.bmp may be needed (eg. Qt windowport) --- sys/unix/Makefile.top | 3 +++ 1 file changed, 3 insertions(+) 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 )