- Timestamp:
- Nov 21, 2022, 9:18:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r33 r34 11 11 dune subst 12 12 dune build 13 cp _build/default/cli/txt.exe txt 14 strip txt 15 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 readme16 rm txt 13 cp _build/default/cli/txt.exe txt.exe 14 strip txt.exe 15 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 16 rm txt.exe 17 17 18 18 htm:
Note:
See TracChangeset
for help on using the changeset viewer.