Fixed the "run" task of the Makefile file in the project.
This commit is contained in:
parent
e3728e943f
commit
469af173cf
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ update: ## Updates the SPM package dependencies.
|
||||
build: ## Builds the project locally.
|
||||
@swift build -c release
|
||||
|
||||
run: ## Runs the project locally.
|
||||
@swift run -c release
|
||||
run: build ## Runs the project locally.
|
||||
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)"
|
||||
|
||||
tests: ## Runs all the test cases of the project.
|
||||
@swift test --enable-swift-testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user