attempt to fix Makefile issue with tribute

This commit is contained in:
nhmall
2015-04-06 23:16:14 -04:00
parent 6ffafd71de
commit 684e507143

View File

@@ -87,7 +87,7 @@ SPEC_LEVS = asmodeus.lev baalz.lev bigrm-?.lev castle.lev fakewiz?.lev \
QUEST_LEVS = ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev
DATNODLB = $(VARDATND) license
DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD) tribute
DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD)
DAT = $(DATNODLB) $(DATDLB)
$(GAME):
@@ -128,6 +128,9 @@ oracles: $(GAME)
options: $(GAME)
( cd dat ; $(MAKE) options )
tribute: $(GAME)
( cd dat ; $(MAKE) tribute )
quest.dat: $(GAME)
( cd dat ; $(MAKE) quest.dat )