From 5ce2895ddfdabfb7a86ff1cf0ea65ea9234476e6 Mon Sep 17 00:00:00 2001 From: Alexey Kovrizhkin Date: Tue, 19 Dec 2023 02:49:27 +0300 Subject: [PATCH] fix: include --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c47e19..5cd8951 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ DB_PORT_LOCAL ?= USE_DCAPE_DC := no # ------------------------------------------------------------------------------ --include $(CFG).bak +-include $(CFG) export # ------------------------------------------------------------------------------