make: specify ibom generator

This commit is contained in:
King Kévin 2022-08-10 17:43:30 +02:00
parent c3ce63cbcd
commit b612622310
1 changed files with 2 additions and 0 deletions

View File

@ -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)