summaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 1c719e88..756231c6 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -24,7 +24,7 @@ BASESRCS = \
variable.c tables.c plots.c util.c cave.c dungeon.c \
melee1.c melee2.c modules.c \
object1.c object2.c randart.c squeltch.c traps.c \
- monster1.c monster2.c monster3.c ghost.c \
+ monster1.c monster2.c monster3.c \
xtra1.c xtra2.c skills.c powers.c gods.c \
spells1.c spells2.c \
status.c files.c notes.c loadsave.c \
@@ -40,7 +40,7 @@ BASEOBJS = \
variable.o tables.o plots.o util.o cave.o dungeon.o \
melee1.o melee2.o modules.o \
object1.o object2.o randart.o squeltch.o traps.o \
- monster1.o monster2.o monster3.o ghost.o \
+ monster1.o monster2.o monster3.o \
xtra1.o xtra2.o skills.o powers.o gods.o \
spells1.o spells2.o \
status.o files.o notes.o loadsave.o \