From b612622310c0a7021c74d59582626db46d987060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 10 Aug 2022 17:43:30 +0200 Subject: [PATCH] make: specify ibom generator --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 821bd67..5136c7f 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ NAME ?= template # path to qeda QEDA := qeda +# path to InteractiveHtmlBom +IBOMGEN := /usr/share/kicad/scripting/plugins/InteractiveHtmlBom/generate_interactive_bom.py # read project version VERSION := $(shell cat version)