Implement PartitionedSignal.like()
[ieee754fpu.git] / Makefile
1 PYTHON3 ?= "python3"
2 gitupdate:
3 git submodule init
4 git submodule update --recursive
5
6 install:
7 $(PYTHON3) setup.py develop # yes, develop, not install
8
9 test:
10 $(PYTHON3) setup.py test # could just run nosetest3...