Files
bits/Makefile
2020-10-06 23:32:42 +00:00

10 lines
109 B
Makefile

init:
pip install -r requirements.txt
test:
python -m unittest -v tests/test_bits.py
.PHONY: init test