diff --git a/makefile b/makefile index 0460c39..36ac975 100644 --- a/makefile +++ b/makefile @@ -5,6 +5,9 @@ build: dub build --build=release +build-docs: + dub build --build=ddox + test: dub test