mirror of
https://github.com/mbierlee/mirage-config.git
synced 2025-01-18 06:12:50 +01:00
Add make step for building docs
This commit is contained in:
parent
a125b38f2c
commit
d9e0b61909
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
@ -5,6 +5,9 @@
|
|||
build:
|
||||
dub build --build=release
|
||||
|
||||
build-docs:
|
||||
dub build --build=ddox
|
||||
|
||||
test:
|
||||
dub test
|
||||
|
||||
|
|
Loading…
Reference in a new issue