From 99ab15f5eba25915374f44feb4b84051066babfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 30 Mar 2023 11:37:22 +0200 Subject: [PATCH] make: switch back from kicad nightly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97d11ed..59ddf48 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME ?= template SUBSHEET ?= # path to KiCad CLI -KICAD = kicad-cli-nightly +KICAD = kicad-cli # path to qeda QEDA := qeda # path to InteractiveHtmlBom