rayzor

diff Makefile @ 15:be616b58df99

continued the renderer slightly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Apr 2014 09:54:36 +0300
parents 964f8ea5f095
children 79609d482762
line diff
     1.1 --- a/Makefile	Sun Apr 13 08:06:21 2014 +0300
     1.2 +++ b/Makefile	Sun Apr 13 09:54:36 2014 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -baseobj = main.obj logger.obj screen.obj scrman.obj swapbuf.obj
     1.5 +baseobj = main.obj logger.obj screen.obj scrman.obj swapbuf.obj rbtree.obj
     1.6  modelobj = modeller.obj min3d.obj m3drast.obj lines.obj
     1.7  rendobj = renderer.obj vmath.obj
     1.8  scnobj = scene.obj object.obj light.obj camera.obj snode.obj