Fix missing deps in renderer makefile
This commit is contained in:
parent
fc21843025
commit
1cdeb59d0f
1 changed files with 4 additions and 4 deletions
|
|
@ -12,21 +12,21 @@ out.zip: out/jig.stl out/pcb_shape.dxf out/kicad
|
|||
src/input.preprocessed.dxf: src/input.preprocessed.svg
|
||||
support/inkscape_exporter.py $< $@
|
||||
|
||||
out/pcb_shape.dxf: src/pcb_shape.scad src/input.preprocessed.dxf out
|
||||
out/pcb_shape.dxf: src/pcb_shape.scad src/input.preprocessed.dxf
|
||||
mkdir -p out
|
||||
$(OPENSCAD) -o $@ $<
|
||||
|
||||
out/jig.stl: src/jig.scad src/input.preprocessed.dxf
|
||||
mkdir -p out
|
||||
$(OPENSCAD) -o $@ $<
|
||||
|
||||
out/kicad: input.svg out/pcb_shape.dxf
|
||||
mkdir -p out
|
||||
support/generate_kicad.py $^ $@
|
||||
|
||||
src/input.preprocessed.svg: input.svg
|
||||
support/inkscape_svg_filter_layers.py $< $@ --only --name "Test Points" "Mounting Holes" "Grip Slots" "Outline"
|
||||
|
||||
out:
|
||||
mkdir -p out
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f src/input.preprocessed.dxf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue