aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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