Fixed Linux build of demo

master
stegu 2011-04-04 21:00:02 +02:00 committed by Stefan Gustavson
parent f2555277eb
commit 8b20e45e3d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ EXECNAME=noisedemo
all: $(EXECNAME) links_done
$(EXECNAME): noisedemo.c
gcc -I. -I/usr/X11/include $^ -lglfw -o $@
gcc -I. -I/usr/X11/include $^ -lglfw -lGLU -lm -o $@
links_done: $(SHADERS)
ln -s $? . ; touch links_done