X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=ccc0a0bab8a2b6ac303be29e43ebbf9e9fa08bcb;hb=8b722b15b7316e8eb1a17afd7e4dd4c36e3b3287;hp=a630417dc6b9f8b173716f937278eb0374096a66;hpb=2c37d62ad45ff361b16ad87f6fd4f36bc6923f94;p=openpower-isa.git diff --git a/Makefile b/Makefile index a630417d..ccc0a0ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ PYTHON3 ?= "python3" -.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload pywriter +.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload \ + pyfnwriter pywriter generate + +generate: svanalysis pyfnwriter pywriter gitupdate: git submodule init @@ -11,17 +14,18 @@ svanalysis: sv_analysis # now installed as a command (/usr/local/bin/pywriter) by setup.py -pywriter: +pywriter: | svanalysis pywriter -pyfnwriter: +# likewise +pyfnwriter: | pywriter pyfnwriter develop: python3 setup.py develop # yes, develop, not install # testing (usually done at install time) -test: develop +test: develop setup python3 setup.py test # could just run nosetest3... pypiupload: