X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/6a628388c496987819ef26bda1a99595bce2b1d5..97f47198a0dd96c571ec1086e7f8c68963d263d0:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index d993480..d244996 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,10 @@ install: configuration = release default: build -build: +prebuild: + mkdir -p $(build_path) + +build: prebuild swift build --build-path $(build_path) --configuration $(configuration) install: build @@ -26,7 +29,7 @@ test: build lint: cd Sources && swiftlint -document: build +document: prebuild sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json jazzy \ -s $(build_path)/$(source_binary_name).json \ @@ -35,7 +38,7 @@ document: build --author Lyricli \ --author_url https://gitlab.com/lyricli \ --github_url https://gitlab.com/lyricli/lyricli \ - --module-version 0.4.0 \ + --module-version 1.0.0 \ --module Lyricli \ clean: