Skip to content

Commit b7c55a0

Browse files
Update Makefile
1 parent 70fbfaa commit b7c55a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/MacOSX/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SHADERS=noisebench.vert simplexnoise2D.frag simplexnoise3D.frag\
99

1010
VPATH=$(COMDIR)
1111
CFLAGS=-I. -I/usr/X11/include
12-
LDFLAGS=-framework Cocoa -framework OpenGL -lglfw
12+
LDFLAGS=-framework Cocoa -framework OpenGL -lglut -lGLEW
1313

1414
.PHONY: all clean run
1515

0 commit comments

Comments
 (0)