mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 05:32:50 +01:00
Add make step for building docs
This commit is contained in:
parent
9b2d40991a
commit
399f3f393f
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