Mercurial > 3de
view Makefile @ 13:51e9b6b85edd
Fixed up rotation, now supports arbitrary rotation around, x, y, and z (in that order)
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Fri, 02 Dec 2005 23:04:10 -0500 |
parents | 43c7ce2fc334 |
children | b1a93dc1601d |
line wrap: on
line source
all: render transform rotate getline render: render.c gcc render.c -o render -I/usr/X11R6/include/ -L/usr/X11R6/lib -lX11 -lXi -lXmu -lglut -lGL -lGLU -g -Wall -lrt transform: transform.c gcc -o transform transform.c -Wall -g rotate: rotate.c gcc -o rotate rotate.c -Wall -g -lm getline: getline.c gcc -o getline getline.c -Wall -g clean: rm -f getline rotate render transform *~ *.o a.out