oops syntax error
[openpower-isa.git] / Makefile
index 8c078e0b9c1a3fd1c28c37a8d098debd3bb76fd5..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
@@ -14,6 +15,10 @@ svanalysis:
 pywriter:
        pywriter
 
+# likewise
+pyfnwriter:
+       pyfnwriter
+
 develop:
        python3 setup.py develop # yes, develop, not install