X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=185a0d223124d60253041a59d1f53835adc84df3;hb=f45afd52902606ae8bac525d7b999f1fbb583f98;hp=0a291687b3449c646680206cecd532c4b2bc63c3;hpb=03d20ef6c3a8a178118ab29e14e21bc9fbec89c5;p=ieee754fpu.git diff --git a/Makefile b/Makefile index 0a291687..185a0d22 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ 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...