Files
SNHU-IT-140/Adventure Game/Makefile
2021-02-03 17:27:22 -05:00

7 lines
85 B
Makefile

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