fix: revert to only execute `build` target on `make`

This commit is contained in:
Richard Ramos 2023-08-21 13:04:35 -04:00
parent fc4840e1c9
commit 5d5fe3413e
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ifeq ($(RLN), true)
BUILD_TAGS := gowaku_rln
endif
all: build static-library dynamic-library mobile-android mobile-ios test-ci docker-image
all: build
deps: lint-install