summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-01-27 22:43:12 +0000
committerTim Angus <tim@ngus.net>2001-01-27 22:43:12 +0000
commit3d0fef73d7b3494bc4457953332d79e51a522201 (patch)
tree9a890ba1002e25cf2d32c8460b0a2ea779b424e4 /Makefile
parent9eb4b77de0fa7e23bb31c861718cdd0b3666b905 (diff)
Ugh, haven't done this in weeks. Um. New creep system, half built new torchlight and the usual assortment of bug fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60e70d76..b88a9715 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ GOBJ = \
$(GDIRNAME)/g_combat.o \
$(GDIRNAME)/g_items.o \
$(GDIRNAME)/g_buildable.o \
- $(GDIRNAME)/g_creep.o \
$(GDIRNAME)/g_mem.o \
$(GDIRNAME)/g_misc.o \
$(GDIRNAME)/g_missile.o \
@@ -38,6 +37,7 @@ GOBJ = \
$(GDIRNAME)/g_trigger.o \
$(GDIRNAME)/g_utils.o \
$(GDIRNAME)/g_weapon.o
+ #(GDIRNAME)/g_creep.o \
CGOBJ = \
$(CGDIRNAME)/cg_main.o \