sv_binutils: fix fields enum naming
[openpower-isa.git] / Makefile
index e7c68047ca52cbdf2adcc9f17f06820110d5889b..1583cd0a98a85b630819c298a77cd97c71e8036e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 PYTHON3 ?= "python3"
 
-.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload pywriter
+.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload \
+        pyfnwriter pywriter
 
 gitupdate:
        git submodule init
@@ -8,12 +9,16 @@ gitupdate:
 
 # now installed as a command (/usr/local/bin/svanalysis) by setup.py
 svanalysis:
-       svanalysis
+       sv_analysis
 
 # now installed as a command (/usr/local/bin/pywriter) by setup.py
 pywriter:
        pywriter
 
+# likewise
+pyfnwriter:
+       pyfnwriter
+
 develop:
        python3 setup.py develop # yes, develop, not install