aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 17:05:57 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 17:05:57 +0100
commitd519afe16e92338c2f0996cda051719aaff24f1c (patch)
treee678cc25a4b2ecc21635560b51a00510612537bd /Makefile
parent67131a2f1068d4a3050405d7acf60fbe76da8921 (diff)
downloadnissy-d519afe16e92338c2f0996cda051719aaff24f1c.tar.gz
nissy-d519afe16e92338c2f0996cda051719aaff24f1c.zip
change make clean
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebe10a1..5a31cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ debug:
31 ${CC} ${DBGFLAGS} -o nissy src/*.c 31 ${CC} ${DBGFLAGS} -o nissy src/*.c
32 32
33clean: 33clean:
34 rm -rf nissy nissy-${VERSION}.tar.gz 34 rm -rf nissy nissy-*.tar.gz
35 35
36dist: clean 36dist: clean
37 mkdir -p nissy-${VERSION} 37 mkdir -p nissy-${VERSION}

Generated with cgit - Back to sebastiano.tronto.net