5 lines
156 B
Makefile
5 lines
156 B
Makefile
|
squared:
|
||
|
g++ squared.cpp -lsfml-window -lsfml-system -lsfml-graphics -o squared
|
||
|
skins:
|
||
|
g++ skins.cpp -lsfml-window -lsfml-system -lsfml-graphics -o skins
|