This repository has been archived on 2023-05-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mipt_cpp/term1/seminar09_libraries/02_thor/Makefile
2023-02-25 19:34:24 +03:00

2 lines
169 B
Makefile

balls:
g++ ./balls.cpp -std=c++11 -o balls.exe -I../../../3rdparty/SFML-2.5.1/include -L ../../../3rdparty/SFML-2.5.1/lib/ -lsfml-graphics -lsfml-window -lsfml-system