metasurf

diff examples/volume/Makefile @ 11:430d8dde62aa

random changes
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Aug 2015 07:17:56 +0300
parents 94220a9600b3
children
line diff
     1.1 --- a/examples/volume/Makefile	Thu Apr 17 13:51:10 2014 +0300
     1.2 +++ b/examples/volume/Makefile	Sun Aug 23 07:17:56 2015 +0300
     1.3 @@ -9,6 +9,7 @@
     1.4  CC = gcc
     1.5  CFLAGS = -pedantic -Wall -g -I../../src $(inc) $(nosdr)
     1.6  LDFLAGS = -L../.. -lmetasurf $(libgl) -limago -lm
     1.7 +#-lgomp
     1.8  
     1.9  ifeq ($(shell uname -s), Darwin)
    1.10  	inc = -I/opt/local/include