initial commit
This commit is contained in:
6
test/makefile
Normal file
6
test/makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
test.out: test.cpp ../animatedsprite.cpp
|
||||
g++ $^ -lsfml-graphics -lsfml-window -lsfml-system -o $@
|
||||
|
||||
.PHONY: check
|
||||
check: test.out
|
||||
./test.out
|
||||
Reference in New Issue
Block a user