X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/307993a0c51d3207581c33068d69e2b826348bd6..c32d8723eb863a95d821f4dc18281e17965d4025:/Makefile diff --git a/Makefile b/Makefile index abbfd02..3066e11 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,19 @@ test: build lint: cd Sources && swiftlint +document: build + sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json + jazzy \ + -s $(build_path)/$(source_binary_name).json \ + --readme README.md \ + --clean \ + --author Lyricli \ + --author_url https://gitlab.com/lyricli \ + --github_url https://gitlab.com/lyricli/lyricli \ + --module-version 0.4.0 \ + --module Lyricli \ + clean: - swift build --clean + swift package clean .PHONY: build install test clean lint