make: update bom tool
This commit is contained in:
parent
0830600044
commit
07570f2911
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue