Create convenience makefile
This commit is contained in:
parent
f02e3a1931
commit
5dbc27d736
16
Makefile
Normal file
16
Makefile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
all: cli webserver
|
||||||
|
|
||||||
|
cli:
|
||||||
|
jbuilder build src/logarion_cli.exe
|
||||||
|
|
||||||
|
webserver:
|
||||||
|
jbuilder build src/logarion_webserver.exe
|
||||||
|
|
||||||
|
clean:
|
||||||
|
jbuilder 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
|
Loading…
x
Reference in New Issue
Block a user