sundry/ghetto/audit/Makefile
2016-11-01 17:25:31 -06:00

8 lines
78 B
Makefile

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