Clean up adventure-game
This commit is contained in:
7
Adventure Game/Makefile
Normal file
7
Adventure Game/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
init:
|
||||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
.PHONY: init test
|
||||
Reference in New Issue
Block a user