From cff54077645ec1c91be7281c88066c39ef459f5c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 5 Feb 2021 10:46:49 -0600 Subject: [PATCH] refactor: nim_status_go Makefile target doesn't depend on migrations The nim_status_go target builds a pure shim (as a C archive) so it doesn't depend on migrations, which are only used in the pure/hybrid Nim implementations. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7596a5..4788a22 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ nim_status: $(NIMSTATUS) NIMSTATUS_GO ?= build/nim_status_go.a -$(NIMSTATUS_GO): $(SQLCIPHER) $(MIGRATIONS) +$(NIMSTATUS_GO): $(SQLCIPHER) echo -e $(BUILD_MSG) "$@" + mkdir -p build $(ENV_SCRIPT) nim c $(NIM_PARAMS) \