libanim
diff example/Makefile @ 57:2da758956e50
added the option of lightweight pre-pass top-down recursive calculation of
matrices instead of going through the existing lazy thread-specific caching
algorithm.
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 09 Dec 2013 04:06:30 +0200 |
parents | 2fe32e62e2a7 |
children |
line diff
1.1 --- a/example/Makefile Sat Nov 16 12:31:03 2013 +0200 1.2 +++ b/example/Makefile Mon Dec 09 04:06:30 2013 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 bin = test 1.5 1.6 CFLAGS = -pedantic -Wall -g -I../src 1.7 -LDFLAGS = -L.. -lanim -lvmath $(libgl) -lm 1.8 +LDFLAGS = -L.. -lanim -lvmath $(libgl) -lm -lpthread 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -framework GLUT