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: