Rebuild SCAD models on params.scad changes
This commit is contained in:
parent
f31831be26
commit
49241edc06
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ all: $(SCAD_MODELS) $(STL_MODELS)
|
||||||
top-keyboard.scad: SCAD_INPUT = top.scad
|
top-keyboard.scad: SCAD_INPUT = top.scad
|
||||||
top-outline.scad: SCAD_INPUT = outline.scad
|
top-outline.scad: SCAD_INPUT = outline.scad
|
||||||
|
|
||||||
$(SCAD_MODELS): $(SCAD_INPUT)
|
$(SCAD_MODELS): $(SCAD_INPUT) $(SCAD_INCLUDE)
|
||||||
cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@
|
cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@
|
||||||
|
|
||||||
$(STL_MODELS): %.stl: %.scad
|
$(STL_MODELS): %.stl: %.scad
|
||||||
|
|
Loading…
Add table
Reference in a new issue