This also seems to work
This commit is contained in:
parent
d2977c745c
commit
1c5ac51386
1 changed files with 1 additions and 4 deletions
|
@ -9,12 +9,9 @@ OPENSCAD = /usr/bin/openscad
|
|||
all: $(SCAD_MODELS) $(STL_MODELS)
|
||||
|
||||
top-keyboard.scad: SCAD_INPUT = top.scad
|
||||
top-keyboard.scad: top.scad
|
||||
|
||||
top-outline.scad: SCAD_INPUT = outline.scad
|
||||
top-outline.scad: outline.scad
|
||||
|
||||
$(SCAD_MODELS):
|
||||
$(SCAD_MODELS): $(SCAD_INPUT)
|
||||
cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@
|
||||
|
||||
$(STL_MODELS): %.stl: %.scad
|
||||
|
|
Loading…
Add table
Reference in a new issue