Last change
on this file since 1 was 1, checked in by fox, 9 years ago |
initial simple example with omd
|
File size:
426 bytes
|
Rev | Line | |
---|
[1] | 1 | all: cli
|
---|
| 2 |
|
---|
| 3 | cli:
|
---|
| 4 | dune build src/logarion_cli.exe
|
---|
| 5 |
|
---|
| 6 | clean:
|
---|
| 7 | dune clean
|
---|
| 8 |
|
---|
| 9 | theme-dark:
|
---|
| 10 | sassc share/sass/main-dark.sass > share/static/main.css
|
---|
| 11 |
|
---|
| 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.