From d519afe16e92338c2f0996cda051719aaff24f1c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 27 Dec 2021 17:05:57 +0100 Subject: change make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebe10a1..5a31cf1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ debug: ${CC} ${DBGFLAGS} -o nissy src/*.c clean: - rm -rf nissy nissy-${VERSION}.tar.gz + rm -rf nissy nissy-*.tar.gz dist: clean mkdir -p nissy-${VERSION} -- cgit v1.3