manga_up/Makefile

7 lines
79 B
Makefile
Raw Permalink Normal View History

2021-06-25 17:56:52 +00:00
init:
pip install -r requirements.txt
test:
py.test tests
.PHONY: init test