4 lines
188 B
Makefile
4 lines
188 B
Makefile
|
path = ../../../../3rdparty/SFML-2.5.1
|
||
|
arkanoid:
|
||
|
g++ -Wall -Wextra arkanoid.cpp -std=c++17 -o arkanoid.exe -I $(path)/include -L $(path)/lib/ -lsfml-graphics -lsfml-window -lsfml-system
|