sundry/ghetto/audit/Makefile

8 lines
78 B
Makefile
Raw Normal View History

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