seminar13 - arkaniod splitted
This commit is contained in:
parent
95f02e3ce0
commit
55990889cd
9 changed files with 736 additions and 0 deletions
3
seminar13_polymorphism/arkanoid/Makefile
Normal file
3
seminar13_polymorphism/arkanoid/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
Reference in a new issue