bits/Makefile

10 lines
109 B
Makefile
Raw Normal View History

2020-10-06 18:32:42 -05:00
init:
pip install -r requirements.txt
test:
python -m unittest -v tests/test_bits.py
.PHONY: init test