diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 17:05:57 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 17:05:57 +0100 |
| commit | d519afe16e92338c2f0996cda051719aaff24f1c (patch) | |
| tree | e678cc25a4b2ecc21635560b51a00510612537bd | |
| parent | 67131a2f1068d4a3050405d7acf60fbe76da8921 (diff) | |
| download | nissy-d519afe16e92338c2f0996cda051719aaff24f1c.tar.gz nissy-d519afe16e92338c2f0996cda051719aaff24f1c.zip | |
change make clean
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | TODO.md | 1 |
2 files changed, 1 insertions, 2 deletions
| @@ -31,7 +31,7 @@ debug: | |||
| 31 | ${CC} ${DBGFLAGS} -o nissy src/*.c | 31 | ${CC} ${DBGFLAGS} -o nissy src/*.c |
| 32 | 32 | ||
| 33 | clean: | 33 | clean: |
| 34 | rm -rf nissy nissy-${VERSION}.tar.gz | 34 | rm -rf nissy nissy-*.tar.gz |
| 35 | 35 | ||
| 36 | dist: clean | 36 | dist: clean |
| 37 | mkdir -p nissy-${VERSION} | 37 | mkdir -p nissy-${VERSION} |
| @@ -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 | ||
