Files
commandergenius/project/jni/application/opengl_hello/Makefile
2011-01-25 13:26:14 +00:00

4 lines
79 B
Makefile

sdl_hello: *.cpp
g++ -o $@ $? `sdl-config --cflags` `sdl-config --libs` -lGL