We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826bd6c commit a2d9d54Copy full SHA for a2d9d54
Makefile
@@ -168,7 +168,7 @@ ${IBOM}: ${PCB} | ${ASSEMBLY_DIR}
168
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} "$<" \
169
--dnp-field DNP --group-fields "Value,Footprint" --blacklist "X1,MH*" \
170
--include-nets --normalize-field-case --no-browser --dest-dir ./ \
171
- --name-format "$(basename $@ .html)"
+ --name-format "$(basename $@ )"
172
173
${FABZIP}: ${GERBER_DIR}
174
zip -rj "$@" "$<"
0 commit comments