Fixed the "lib-build" and the "lib-release" tasks in the Makefile file.
This commit is contained in:
@@ -20,10 +20,14 @@ export $(shell sed 's/=.*//' $(environment))
|
||||
# LIBRARY
|
||||
|
||||
lib-build: ## Builds the library
|
||||
@swift build
|
||||
@swift build \
|
||||
--target $(SPM_LIBRARY_TARGET)
|
||||
|
||||
lib-release: ## Releases the library
|
||||
@swift build -c release
|
||||
@swift build \
|
||||
--target $(SPM_LIBRARY_TARGET) \
|
||||
--configuration release
|
||||
|
||||
|
||||
lib-test: ## Runs the unit tests for the library
|
||||
@swift test \
|
||||
|
||||
Reference in New Issue
Block a user