From dd30c99c346b0eced22843dcc139f0c4330bcba6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 15 May 2023 18:41:30 +0200 Subject: Version 0.2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bacdee..76da5aa 100644 --- a/Makefile +++ b/Makefile @@ -28,13 +28,14 @@ debug: ${CC} ${CFLAGS} -o sdep sdep.c clean: - rm -rf sdep sdep-${VERSION}.tar.gz + rm -rf sdep dist: clean mkdir -p sdep-${VERSION} cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION} tar -cf sdep-${VERSION}.tar sdep-${VERSION} gzip sdep-${VERSION}.tar + mv sdep-${VERSION}.tar.gz releases/ rm -rf sdep-${VERSION} install: all -- cgit v1.3