diff --git a/Makefile b/Makefile index 00b5d6e..4541ed6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ build: ## Builds the project locally. @swift build -c release run: build ## Runs the project locally. - @swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)" + @swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)" --log-level debug tests: ## Runs all the test cases of the project. @swift test --enable-swift-testing