From 890d93131ca4463d9cceae8802ba79859ae0a8e2 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 22:24:57 +0300 Subject: [PATCH] pmt: include env first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e95247..cec824f 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -include config/vars.mk include config/env.mk +include config/vars.mk include config/source.mk -include config/INS_STAT.mk -include config/UNINS_STAT.mk