Changeset 2 in code for trunk/Makefile
- Timestamp:
- Nov 3, 2021, 10:29:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1 r2 1 all: cli 1 all: 2 dune build 2 3 3 4 cli: 4 dune build src/logarion_cli.exe5 dune build cli/cli.exe 5 6 6 7 clean: 7 8 dune clean 8 9 9 theme-dark: 10 sassc share/sass/main-dark.sass > share/static/main.css 10 tgz: 11 dune subst 12 dune build 13 cp _build/default/cli/cli.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 11 17 12 theme-light: 13 sassc share/sass/main-light.sass > share/static/main.css 14 15 tgz: 16 cp _build/default/src/logarion_cli.exe logarion 17 strip logarion 18 tar czvf "logarion-$(shell ./logarion --version)-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" share logarion 18 .PHONY: cli
Note:
See TracChangeset
for help on using the changeset viewer.