From eced60552f9e5ce594fbee40d4fa210bc34c5508 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 14 Jan 2021 12:03:39 -0600 Subject: update name of tar file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2b087c..4b9cb9c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ doc: cd doc && "$(MAKE)" archive: - git archive --format=tar master | gzip > snotdaq-master.tar.gz + git archive --format=tar master | gzip > sddm-master.tar.gz .PHONY: doc archive -- cgit