# HG changeset patch # User John Tsiombikas # Date 1423259248 -7200 # Node ID 2a67ea257ac06c2a31824854b880bd730b57aedc # Parent 0d2447b9c512b97a419c72a9c689fd6299962ce9 makefile fixes for macosx diff -r 0d2447b9c512 -r 2a67ea257ac0 Makefile --- a/Makefile Thu Jan 01 06:36:45 2015 +0200 +++ b/Makefile Fri Feb 06 23:47:28 2015 +0200 @@ -12,12 +12,13 @@ CFLAGS = -pedantic -Wall -fopenmp $(opt) $(dbg) $(def) $(inc) CXXFLAGS = $(CFLAGS) -LDFLAGS = $(libgl) -lm -limago -lgomp +LDFLAGS = $(libgl) -lm -limago $(libomp) ifeq ($(shell uname -s), Darwin) libgl = -framework OpenGL -framework GLUT -lGLEW else libgl = -lGL -lGLU -lglut -lGLEW + libomp = -lgomp endif $(bin): $(obj)