clray

diff Makefile @ 13:407935b73af3

bollocks
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 04 Aug 2010 04:51:06 +0100
parents 85fd61f374d9
children 1bcbb53b3505
line diff
     1.1 --- a/Makefile	Tue Aug 03 13:06:59 2010 +0100
     1.2 +++ b/Makefile	Wed Aug 04 04:51:06 2010 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  CXX = g++
     1.6  CXXFLAGS = -pedantic -Wall -g
     1.7 -LDFLAGS = $(libgl) $(libcl)
     1.8 +LDFLAGS = $(libgl) $(libcl) -lpthread
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -framework GLUT