Skip to content

Commit e31cbba

Browse files
Update Makefile
1 parent 9a89af0 commit e31cbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/MacOSX/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHADERS=noisedemo.vert noisedemo.frag
66

77
VPATH=$(COMDIR)
88
CFLAGS=-I. -I/usr/X11/include
9-
LDFLAGS=-framework Cocoa -framework OpenGL -lglfw
9+
LDFLAGS=-framework Cocoa -framework OpenGL -lglut -lGLEW
1010

1111
.PHONY: all clean run
1212

0 commit comments

Comments
 (0)