From 4e4216637ea5859333fbae1133a2c282da47deb3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 1 Jan 2018 22:27:43 +0100 Subject: [PATCH] compress archive Signed-off-by: Igor Gnatenko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c554e9..c7a85db 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ ifdef SANITIZE endif archive: clone sanitize - tar cf ${DIRNAME}.tar.xz ${DIRNAME} + tar caf ${DIRNAME}.tar.xz ${DIRNAME}