# HG changeset patch # User John Tsiombikas # Date 1390051571 -7200 # Node ID ea44ca011995e0aca53e8be634ec93160bf3aef3 # Parent a22997b0470e245844dd255aa81e45e5ed4bd316 fixed the vis makefile diff -r a22997b0470e -r ea44ca011995 test/vis/Makefile --- a/test/vis/Makefile Mon Sep 03 01:00:01 2012 +0300 +++ b/test/vis/Makefile Sat Jan 18 15:26:11 2014 +0200 @@ -5,7 +5,7 @@ CC = gcc CFLAGS = -pedantic -Wall -g -I../src -I/usr/local/include -LDFLAGS = -L.. -L/usr/local/lib $(libgl) -lrbtree -ldrawtext +LDFLAGS = -L.. -L/usr/local/lib $(libgl) -lrbtree -ldrawtext -lm ifeq ($(shell uname -s), Darwin) libgl = -framework OpenGL -framework GLUT