summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-04-27 14:45:29 +0000
committerTim Angus <tim@ngus.net>2001-04-27 14:45:29 +0000
commitcad03b9d84bb4c4a4bf4783beeb5d1dd2e435b43 (patch)
treef429e8c69cf62cfa81b57a705d3789448907ca39 /Makefile
parenta7627e5694752c629bc5beeb39a7fa74bba8a8e5 (diff)
Abstracted the buildable renderer a bit and added preliminary animation routines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c750db24..63b56761 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ CGOBJ = \
$(GDIRNAME)/q_math.o \
$(GDIRNAME)/q_shared.o \
$(CGDIRNAME)/cg_consolecmds.o \
+ $(CGDIRNAME)/cg_buildable.o \
$(CGDIRNAME)/cg_draw.o \
$(CGDIRNAME)/cg_drawtools.o \
$(CGDIRNAME)/cg_effects.o \