SNHU-IT-140/Adventure Game/Makefile

7 lines
85 B
Makefile

init:
pip install -r requirements.txt
test:
py.test tests
.PHONY: init test