aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-25 17:20:30 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-25 17:20:30 +0100
commit06c3b9610b7694db34ee91312d8f3aa2196d7d62 (patch)
tree8fe16806bdf9729de8f125ce12100ad58b431a2a /Makefile
parent1485cc87c248e1f56367774ebd4819a97116abcc (diff)
downloadnissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.tar.gz
nissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.zip
Added cleanup command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fcad62b..f170e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1# See LICENSE file for copyright and license details. 1# See LICENSE file for copyright and license details.
2 2
3VERSION = 2.0.1 3VERSION = 2.1-current
4 4
5PREFIX = /usr/local 5PREFIX = /usr/local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man
@@ -16,7 +16,7 @@ CC = cc
16 16
17all: nissy 17all: nissy
18 18
19nissy: 19nissy: clean
20 ${CC} ${CFLAGS} -o nissy src/*.c 20 ${CC} ${CFLAGS} -o nissy src/*.c
21 21
22nissy.exe: 22nissy.exe:

Generated with cgit - Back to sebastiano.tronto.net