bloboland
diff Makefile @ 1:cfe68befb7cc
some progress
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 15 Dec 2012 23:43:03 +0200 |
parents | e4818a3300b9 |
children | 1757973feaed |
line diff
1.1 --- a/Makefile Sat Dec 15 07:52:13 2012 +0200 1.2 +++ b/Makefile Sat Dec 15 23:43:03 2012 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 bin = blobo 1.5 1.6 CXXFLAGS = -ansi -pedantic -Wall -g 1.7 -LDFLAGS = $(libgl) 1.8 +LDFLAGS = $(libgl) -lvmath -limago 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -framework GLUT -lGLEW