compile:./example.cpp
	g++ -c ./example.cpp
	g++ example.o -o app -lsfml-graphics -lsfml-window -lsfml-system

run:
	./app
