rename to next_groups
[ieee754fpu.git] / Makefile
index 0a291687b3449c646680206cecd532c4b2bc63c3..c32d0657641e3d49590c649dd78db0f4de7e9113 100644 (file)
--- 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...