From 91e4ffec239c198c9c4652dc50812165813fe79f Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 12 Jan 2019 01:00:56 +0100 Subject: cObject3D should displaya wiremesh of Object composed of vectors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3