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)