From 3a33fa3c7921c69efbc9beaaa922452ba2eaf271 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 15 May 2023 18:28:45 +0200 Subject: Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 444c6f2..3bacdee 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: dist: clean mkdir -p sdep-${VERSION} - cp -R LICENSE Makefile README sdep.1 sdep.c 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 rm -rf sdep-${VERSION} -- cgit v1.3