3 lines
51 B
Makefile
3 lines
51 B
Makefile
|
all :
|
||
|
g++ `pkg-config --cflags --libs sdl2` *.cpp
|