Files
sfml-animated-sprite/test/makefile
2019-02-19 21:24:56 +01:00

6 lines
141 B
Makefile

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