From 07570f2911580ee6fbedd0eabbabaf74a86e5564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 30 Nov 2023 18:23:08 +0100 Subject: [PATCH] make: update bom tool --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba5f364..bea17ec 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KICAD = kicad-cli # path to qeda QEDA := qeda # path to KiBOM -KIBOM := ./KiBOM_CLI.py +KIBOM := kibom # path to InteractiveHtmlBom IBOMGEN := ~/.local/share/kicad/7.0/3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/generate_interactive_bom.py @@ -78,7 +78,7 @@ lib: # export Bill of Material (as CSV) %.bom.csv: %.bom.xml - python $(KIBOM) $< $@ + $(KIBOM) $< $@ # generate panel PANEL_DIR := panel