From 5d5fe3413e00580ea771f3bf810ec9558ec737d7 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 21 Aug 2023 13:04:35 -0400 Subject: [PATCH] fix: revert to only execute `build` target on `make` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88deb384..4d04bf5c 100644 --- a/Makefile +++ b/Makefile @@ -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