From 0c5723964f327fc90a3b283cee628becd164a372 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Wed, 11 Jan 2023 10:50:55 +0300 Subject: [PATCH] [TrueCloudLab#3] makefile: Rename archive to frostfs Signed-off-by: Denis Kirillov --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 309aa4e..6e9c4b3 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,6 @@ mr_proper: clean done archive: build - @tar --transform "s|^./|neofs-contract-$(VERSION)/|" \ - -czf neofs-contract-$(VERSION).tar.gz \ + @tar --transform "s|^./|frostfs-contract-$(VERSION)/|" \ + -czf frostfs-contract-$(VERSION).tar.gz \ $(shell find . -name '*.nef' -o -name 'config.json')