commit d519afe16e92338c2f0996cda051719aaff24f1c
parent 67131a2f1068d4a3050405d7acf60fbe76da8921
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Mon, 27 Dec 2021 17:05:57 +0100
change make clean
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -31,7 +31,7 @@ debug:
${CC} ${DBGFLAGS} -o nissy src/*.c
clean:
- rm -rf nissy nissy-${VERSION}.tar.gz
+ rm -rf nissy nissy-*.tar.gz
dist: clean
mkdir -p nissy-${VERSION}
diff --git a/TODO.md b/TODO.md
@@ -36,7 +36,6 @@ including e.g. solutions that were not shown because -c)
* webapp (cgi)
* genptable: stop early if gone above base+3 (can be checked while generating)
* installation: get ptables with curl or similar (on Windows what?)
-* **fix examples in manpage**
## Technical stuff