initial simple example with omd
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@1 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
all: cli
|
||||
|
||||
cli:
|
||||
dune build src/logarion_cli.exe
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
|
||||
theme-dark:
|
||||
sassc share/sass/main-dark.sass > share/static/main.css
|
||||
|
||||
theme-light:
|
||||
sassc share/sass/main-light.sass > share/static/main.css
|
||||
|
||||
tgz:
|
||||
cp _build/default/src/logarion_cli.exe logarion
|
||||
strip logarion
|
||||
tar czvf "logarion-$(shell ./logarion --version)-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" share logarion
|
||||
Reference in New Issue
Block a user