source:
opengl-game/makefile@
a6edbfb
Last change on this file since a6edbfb was cfda3b2, checked in by , 8 years ago | |
---|---|
|
|
File size: 155 bytes |
Rev | Line | |
---|---|---|
[cfda3b2] | 1 | game: game.cpp |
2 | g++ game.cpp -lglfw3 -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread -Wall -std=c++0x -o game | |
3 | ||
4 | clean: | |
5 | rm -f game |
Note:
See TracBrowser
for help on using the repository browser.