Skip to content

Commit 8b20e45

Browse files
steguStefan Gustavson
authored andcommitted
Fixed Linux build of demo
1 parent f255527 commit 8b20e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EXECNAME=noisedemo
66
all: $(EXECNAME) links_done
77

88
$(EXECNAME): noisedemo.c
9-
gcc -I. -I/usr/X11/include $^ -lglfw -o $@
9+
gcc -I. -I/usr/X11/include $^ -lglfw -lGLU -lm -o $@
1010

1111
links_done: $(SHADERS)
1212
ln -s $? . ; touch links_done

0 commit comments

Comments
 (0)