X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=c32d0657641e3d49590c649dd78db0f4de7e9113;hb=a254c801dfb070dab431ec7658a37443afa3ea56;hp=0a291687b3449c646680206cecd532c4b2bc63c3;hpb=03d20ef6c3a8a178118ab29e14e21bc9fbec89c5;p=ieee754fpu.git diff --git a/Makefile b/Makefile index 0a291687..c32d0657 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +PYTHON3 ?= "python3" gitupdate: git submodule init git submodule update --recursive + +install: + $(PYTHON3) setup.py develop # yes, develop, not install + +test: + $(PYTHON3) setup.py test # could just run nosetest3...