Skip to content

Commit

Permalink
Updated makefile to cover display-classic.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffymormegil committed Nov 28, 2009
1 parent 48e329f commit 54cb564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
@@ -1,6 +1,6 @@
# Makefile for Dungeon Bash

OBJS=astar.o bmagic.o cfgfile.o cloud.o combat.o display.o hexpi.o loadsave.o main.o map.o misc.o mon1.o mon2.o mon3.o obj1.o obj2.o permobj.o permons.o perseff.o pmon2.o radiance.o rng.o rooms.o spiralpath.o u.o vector.o vision.o
OBJS=astar.o bmagic.o cfgfile.o cloud.o combat.o display-classic.o hexpi.o loadsave.o main.o map.o misc.o mon1.o mon2.o mon3.o obj1.o obj2.o permobj.o permons.o perseff.o pmon2.o radiance.o rng.o rooms.o spiralpath.o u.o vector.o vision.o

GAME=dungeonbash
SRCGEN=srcgen
Expand Down Expand Up @@ -45,7 +45,7 @@ cfgfile.o: cfgfile.cc cfgfile.hh

combat.o: combat.cc combat.hh dunbash.hh pmonid.hh pobjid.hh dbashcfg.hh

display.o: display.cc dunbash.hh dbashcfg.hh pobjid.hh pmonid.hh
display-classic.o: display-classic.cc dunbash.hh dbashcfg.hh pobjid.hh pmonid.hh

loadsave.o: loadsave.cc dunbash.hh monsters.hh objects.hh rooms.hh player.hh loadsave.hh

Expand Down

0 comments on commit 54cb564

Please sign in to comment.