From da47c68af6caf92d237f0a8ec90ec622a034856c Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 13 Dec 2022 12:26:20 +0000 Subject: [PATCH] Swap tgz filename fields git-svn-id: file:///srv/svn/repo/kosuzu/trunk@40 eb64cd80-c68d-6f47-b6a3-0ada418499da --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c105992..d03bc69 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ tgz: dune build cp _build/default/cli/txt.exe txt.exe strip txt.exe - tar czvf "logarion-$(shell date -r _build/default/cli/txt.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" txt.exe readme.txt + tar czvf "logarion-$(shell uname -s)-$(shell uname -m)-$(shell date -r _build/default/cli/txt.exe "+%y%m%d")-$(shell git rev-parse --short HEAD).tgz" txt.exe readme.txt rm txt.exe htm: