Clean up adventure-game

This commit is contained in:
Joe S
2021-02-03 17:27:22 -05:00
parent bdba68ecb0
commit 37524876e5
3 changed files with 9 additions and 2 deletions

7
Adventure Game/Makefile Normal file
View File

@@ -0,0 +1,7 @@
init:
pip install -r requirements.txt
test:
py.test tests
.PHONY: init test