Files
sundry/ghetto/audit/Makefile
T

8 lines
78 B
Makefile

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