source: code/trunk/Makefile@ 1

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
RevLine 
[1]1all: cli
2
3cli:
4 dune build src/logarion_cli.exe
5
6clean:
7 dune clean
8
9theme-dark:
10 sassc share/sass/main-dark.sass > share/static/main.css
11
12theme-light:
13 sassc share/sass/main-light.sass > share/static/main.css
14
15tgz:
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.