manga_up/Makefile
2021-06-25 19:56:52 +02:00

7 lines
79 B
Makefile

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