From f361edf67a7f3df3e29d12c5b5a6c5edb9c32e48 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 16 May 2021 17:06:01 +0100 Subject: [PATCH] document addition of pyfnwriter --- Makefile | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a630417d..1583cd0a 100644 --- 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 diff --git a/README.md b/README.md index 6d145666..708b81e2 100644 --- 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 -- 2.30.2