rbtree
changeset 12:ea44ca011995
fixed the vis makefile
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 18 Jan 2014 15:26:11 +0200 |
parents | a22997b0470e |
children | 5b955b3a4675 |
files | test/vis/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/test/vis/Makefile Mon Sep 03 01:00:01 2012 +0300 1.2 +++ b/test/vis/Makefile Sat Jan 18 15:26:11 2014 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 1.5 CC = gcc 1.6 CFLAGS = -pedantic -Wall -g -I../src -I/usr/local/include 1.7 -LDFLAGS = -L.. -L/usr/local/lib $(libgl) -lrbtree -ldrawtext 1.8 +LDFLAGS = -L.. -L/usr/local/lib $(libgl) -lrbtree -ldrawtext -lm 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -framework GLUT