add __init__.py to add dir
[ieee754fpu.git] / Makefile
index 0a291687b3449c646680206cecd532c4b2bc63c3..185a0d223124d60253041a59d1f53835adc84df3 100644 (file)
--- 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...