4 lines
66 B
Makefile
4 lines
66 B
Makefile
|
CXX = g++
|
||
|
CXXFLAGS = -lsfml-graphics -lsfml-window -lsfml-system
|
||
|
|