diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-25 17:20:30 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-25 17:20:30 +0100 |
| commit | 06c3b9610b7694db34ee91312d8f3aa2196d7d62 (patch) | |
| tree | 8fe16806bdf9729de8f125ce12100ad58b431a2a /Makefile | |
| parent | 1485cc87c248e1f56367774ebd4819a97116abcc (diff) | |
| download | nissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.tar.gz nissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.zip | |
Added cleanup command
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: |
