document addition of pyfnwriter
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:06:01 +0000 (17:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:06:01 +0000 (17:06 +0100)
Makefile
README.md

index a630417dc6b9f8b173716f937278eb0374096a66..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,7 @@ svanalysis:
 pywriter:
        pywriter
 
+# likewise
 pyfnwriter:
        pyfnwriter
 
index 6d14566663a9e358226fc0b15c2f4220726f49c5..708b81e2d4fb1f91e9311dc9ef58fcb12ad09e6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Once those are sorted, installation and setup is as follows:
 * python3 setup.py develop
 * make svanalysis
 * make pywriter
+* make pyfnwriter
 
 # Usage