diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # See LICENSE file for copyright and license details. | 1 | # See LICENSE file for copyright and license details. |
| 2 | 2 | ||
| 3 | VERSION = 2.0.2 | 3 | VERSION = post-2.0.2 |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
| @@ -26,8 +26,7 @@ debug: | |||
| 26 | ${CC} ${DBGFLAGS} -o nissy src/*.c | 26 | ${CC} ${DBGFLAGS} -o nissy src/*.c |
| 27 | 27 | ||
| 28 | clean: | 28 | clean: |
| 29 | rm -rf nissy nissy*.exe nissy*.tar.gz | 29 | rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf |
| 30 | rm doc/nissy.html doc/nissy.pdf | ||
| 31 | 30 | ||
| 32 | dist: clean nissy.exe | 31 | dist: clean nissy.exe |
| 33 | mkdir -p nissy-${VERSION} | 32 | mkdir -p nissy-${VERSION} |
