Files
bits/Makefile
2020-10-13 06:32:50 +00:00

11 lines
150 B
Makefile

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