remove use of out_do_z in add align
[ieee754fpu.git] / Makefile
index 185a0d223124d60253041a59d1f53835adc84df3..c32d0657641e3d49590c649dd78db0f4de7e9113 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
+PYTHON3 ?= "python3"
 gitupdate:
        git submodule init
        git submodule update --recursive
 
 install:
-       python3 setup.py develop # yes, develop, not install
+       $(PYTHON3) setup.py develop # yes, develop, not install
 
 test:
-       python3 setup.py test # could just run nosetest3...
+       $(PYTHON3) setup.py test # could just run nosetest3...