aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 17:05:57 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 17:05:57 +0100
commitd519afe16e92338c2f0996cda051719aaff24f1c (patch)
treee678cc25a4b2ecc21635560b51a00510612537bd
parent67131a2f1068d4a3050405d7acf60fbe76da8921 (diff)
downloadnissy-d519afe16e92338c2f0996cda051719aaff24f1c.tar.gz
nissy-d519afe16e92338c2f0996cda051719aaff24f1c.zip
change make clean
-rw-r--r--Makefile2
-rw-r--r--TODO.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebe10a1..5a31cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ debug:
31 ${CC} ${DBGFLAGS} -o nissy src/*.c 31 ${CC} ${DBGFLAGS} -o nissy src/*.c
32 32
33clean: 33clean:
34 rm -rf nissy nissy-${VERSION}.tar.gz 34 rm -rf nissy nissy-*.tar.gz
35 35
36dist: clean 36dist: clean
37 mkdir -p nissy-${VERSION} 37 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)
36* webapp (cgi) 36* webapp (cgi)
37* genptable: stop early if gone above base+3 (can be checked while generating) 37* genptable: stop early if gone above base+3 (can be checked while generating)
38* installation: get ptables with curl or similar (on Windows what?) 38* installation: get ptables with curl or similar (on Windows what?)
39* **fix examples in manpage**
40 39
41## Technical stuff 40## Technical stuff
42 41

Generated with cgit - Back to sebastiano.tronto.net