erebus
diff Makefile @ 29:fb20e3855740
write the rendered image when pressing '`' and on exit.
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 06 Jun 2014 15:08:09 +0300 |
parents | f067148b3494 |
children | 2c768a49e86e |
line diff
1.1 --- a/Makefile Fri Jun 06 14:39:40 2014 +0300 1.2 +++ b/Makefile Fri Jun 06 15:08:09 2014 +0300 1.3 @@ -5,7 +5,7 @@ 1.4 1.5 CFLAGS = -pedantic -Wall -g -Iliberebus/src 1.6 CXXFLAGS = -std=c++11 $(CFLAGS) 1.7 -LDFLAGS = -Lliberebus -Wl,-rpath=liberebus $(libgl_$(sys)) -lm -lerebus -lvmath 1.8 +LDFLAGS = -Lliberebus -Wl,-rpath=liberebus $(libgl_$(sys)) -lm -lerebus -lvmath -limago 1.9 1.10 libgl_unix = -lGL -lGLU -lglut -lGLEW 1.11 libgl_mac = -framework OpenGL -framework GLUT -lGLEW