Fix nested gerber dirs
This commit is contained in:
parent
ea5328c20b
commit
d16241c021
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ output/routed_pcbs/%-back.png: output/routed_pcbs/%.kicad_pcb
|
|||
|
||||
output/gerbers/%/gerbers.zip: output/routed_pcbs/%.kicad_pcb
|
||||
mkdir -p $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 kikit fab jlcpcb --no-assembly $< $@
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 kikit fab jlcpcb --no-assembly $< $(shell dirname $@)
|
||||
|
||||
clean:
|
||||
rm -rf output
|
||||
|
|
Loading…
Reference in a new issue