diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 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.1 | 3 | VERSION = 2.1-current |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
| @@ -16,7 +16,7 @@ CC = cc | |||
| 16 | 16 | ||
| 17 | all: nissy | 17 | all: nissy |
| 18 | 18 | ||
| 19 | nissy: | 19 | nissy: clean |
| 20 | ${CC} ${CFLAGS} -o nissy src/*.c | 20 | ${CC} ${CFLAGS} -o nissy src/*.c |
| 21 | 21 | ||
| 22 | nissy.exe: | 22 | nissy.exe: |
