From 12bda9283deabd00df9d75198bfb321d8bc64454 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 13 May 2025 12:24:04 +0200 Subject: [PATCH] Makefile: lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cc356e..3c7b656 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ keyboard := custom_cantor_${blackpill} keymap := vial target := dfu-util-split-$(half) -build_cmd = sudo util/docker_build.sh ${keyboard}:${keymap}:${target} +build_cmd := sudo util/docker_build.sh ${keyboard}:${keymap}:${target} keyboards_clean: cd ${qmk_dir} && git clean -fd