test.out: test.cpp ../animatedsprite.cpp g++ $^ -lsfml-graphics -lsfml-window -lsfml-system -o $@ .PHONY: check check: test.out ./test.out