4 lines
79 B
Makefile
4 lines
79 B
Makefile
|
|
sdl_hello: *.cpp
|
|
g++ -o $@ $? `sdl-config --cflags` `sdl-config --libs` -lGL
|