Changeset 3 in code for trunk/Makefile
- Timestamp:
- Apr 15, 2022, 1:17:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r2 r3 3 3 4 4 cli: 5 dune build cli/ cli.exe5 dune build cli/txt.exe 6 6 7 7 clean: … … 11 11 dune subst 12 12 dune build 13 cp _build/default/cli/ cli.exe txt13 cp _build/default/cli/txt.exe txt 14 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 ReadMe15 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 16 16 rm txt 17 17
Note:
See TracChangeset
for help on using the changeset viewer.