From d519afe16e92338c2f0996cda051719aaff24f1c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 27 Dec 2021 17:05:57 +0100 Subject: change make clean --- Makefile | 2 +- TODO.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ebe10a1..5a31cf1 100644 --- 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 index 37015ab..851f64e 100644 --- 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 -- cgit v1.3