aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-01-12 01:00:56 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-01-12 01:00:56 +0100
commit91e4ffec239c198c9c4652dc50812165813fe79f (patch)
tree0f85ceedb3c2edac68ab34b8b5baaf903ce28935 /Makefile
parentbdce9a52170f1a3535c290a379e4cb9f509614ec (diff)
downloadtermgl-91e4ffec239c198c9c4652dc50812165813fe79f.tar.gz
cObject3D should displaya wiremesh of Object composed of vectors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c31e565..879154c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BUILDDIR = build
VERSION = 0
PATCHLEVEL = 1
-OBJ = main.o cObject.o cObjectHandler.o cRender.o cInput.o
+OBJ = main.o cObject.o cObjectHandler.o cRender.o cInput.o cObject3D.o
debug: genversion $(OBJ)
mkdir -p $(BUILDDIR)