add reversal and lsb/msb mode to PriorityPicker
[nmutil.git] / Makefile
1 PYTHON3 ?= "python3"
2
3 install:
4 $(PYTHON3) setup.py develop # yes, develop, not install
5
6 test:
7 $(PYTHON3) setup.py test # could just run nosetest3...