dbf-udg

diff Makefile @ 12:1abbed71e9c9

cleanup, copyright statements and notices, readme files
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 20 Feb 2013 05:45:27 +0200
parents 7056437a361b
children 6a836b1dc31b
line diff
     1.1 --- a/Makefile	Wed Feb 20 04:55:03 2013 +0200
     1.2 +++ b/Makefile	Wed Feb 20 05:45:27 2013 +0200
     1.3 @@ -7,8 +7,8 @@
     1.4  bin = udg
     1.5  
     1.6  CFLAGS = -pedantic -Wall -g -O3 -Ilibs/metasurf -Ilibs/dsys2
     1.7 -CXXFLAGS = -std=c++11 $(CFLAGS)
     1.8 -LDFLAGS = $(libgl) -limago -lvmath
     1.9 +CXXFLAGS = $(CFLAGS)
    1.10 +LDFLAGS = $(libgl)
    1.11  
    1.12  ifeq ($(shell uname -s), Darwin)
    1.13  	libgl = -framework OpenGL -framework GLUT -lGLEW