3 lines
72 B
Makefile
3 lines
72 B
Makefile
|
main:
|
||
|
g++ main.cpp -lsfml-window -lsfml-graphics -lsfml-system -o life
|