X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=c32d0657641e3d49590c649dd78db0f4de7e9113;hb=b3829ddc6d2a352d02d068351a361b39e1410c8b;hp=185a0d223124d60253041a59d1f53835adc84df3;hpb=35f72afeebccc03a7b2e61f03d1d9ea44409da72;p=ieee754fpu.git diff --git a/Makefile b/Makefile index 185a0d22..c32d0657 100644 --- 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...