tavli

diff Makefile @ 1:3fcd7b4d631f

board mesh generation
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Jun 2015 05:05:37 +0300
parents 52e0dd47753b
children a0d30f6f20d4
line diff
     1.1 --- a/Makefile	Sun Jun 21 06:30:39 2015 +0300
     1.2 +++ b/Makefile	Mon Jun 22 05:05:37 2015 +0300
     1.3 @@ -6,7 +6,7 @@
     1.4  bin = tavli
     1.5  
     1.6  CXXFLAGS = -pedantic -Wall -g
     1.7 -LDFLAGS = $(libgl)
     1.8 +LDFLAGS = $(libgl) -lvmath -limago -lm -lpthread
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -framework GLUT -lGLEW