X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=ccc0a0bab8a2b6ac303be29e43ebbf9e9fa08bcb;hb=0ca15640ad0151cc099e699712e3c67fe9c365f4;hp=1583cd0a98a85b630819c298a77cd97c71e8036e;hpb=f361edf67a7f3df3e29d12c5b5a6c5edb9c32e48;p=openpower-isa.git diff --git a/Makefile b/Makefile index 1583cd0a..ccc0a0ba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ PYTHON3 ?= "python3" .PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload \ - pyfnwriter pywriter + pyfnwriter pywriter generate + +generate: svanalysis pyfnwriter pywriter gitupdate: git submodule init @@ -12,18 +14,18 @@ svanalysis: sv_analysis # now installed as a command (/usr/local/bin/pywriter) by setup.py -pywriter: +pywriter: | svanalysis pywriter # likewise -pyfnwriter: +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: