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:
|
tgz:
|
||||||
dune subst
|
dune subst
|
||||||
dune build
|
dune build
|
||||||
cp _build/default/cli/txt.exe txt
|
cp _build/default/cli/txt.exe txt.exe
|
||||||
strip txt
|
strip txt.exe
|
||||||
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
|
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
|
rm txt.exe
|
||||||
|
|
||||||
htm:
|
htm:
|
||||||
rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm
|
rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg}.htm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user