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

run:
	./app
