Revise makefile
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@34 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
parent
e42c247f82
commit
e82c7e72fc
8
Makefile
8
Makefile
@ -10,10 +10,10 @@ clean:
|
||||
tgz:
|
||||
dune subst
|
||||
dune build
|
||||
cp _build/default/cli/txt.exe txt
|
||||
strip txt
|
||||
tar czvf "logarion-$(shell date -r _build/default/cli/cli.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" txt readme
|
||||
rm txt
|
||||
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
|
||||
rm txt.exe
|
||||
|
||||
htm:
|
||||
rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm
|
||||
|
Loading…
x
Reference in New Issue
Block a user