Changeset 34 in code for trunk/Makefile


Ignore:
Timestamp:
Nov 21, 2022, 9:18:33 PM (2 years ago)
Author:
fox
Message:

Revise makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r33 r34  
    1111        dune subst
    1212        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 readme
    16         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
    1717
    1818htm:
Note: See TracChangeset for help on using the changeset viewer.