source: opengl-game/makefile@ cfda3b2

feature/imgui-sdl points-test
Last change on this file since cfda3b2 was cfda3b2, checked in by Dmitry Portnoy <dmp1488@…>, 8 years ago

Create a simple window and a Linux makefile

  • Property mode set to 100644
File size: 155 bytes
Line 
1game: game.cpp
2 g++ game.cpp -lglfw3 -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread -Wall -std=c++0x -o game
3
4clean:
5 rm -f game
Note: See TracBrowser for help on using the repository browser.