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
+1 -1
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