aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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