Allow building STL files separately
This commit is contained in:
parent
6eb05dd0a5
commit
3ad75932fe
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ STL_MODEL_PARAM = top-keyboard.json
|
||||||
|
|
||||||
OPENSCAD = /usr/bin/openscad
|
OPENSCAD = /usr/bin/openscad
|
||||||
|
|
||||||
all: $(SCAD_MODELS) $(STL_MODELS)
|
all: scad
|
||||||
|
scad: $(SCAD_MODELS)
|
||||||
|
stl: $(STL_MODELS)
|
||||||
|
|
||||||
top-keyboard.scad: SCAD_INPUT = top.scad
|
top-keyboard.scad: SCAD_INPUT = top.scad
|
||||||
top-keyboard.scad: top.scad
|
top-keyboard.scad: top.scad
|
||||||
|
|
Loading…
Add table
Reference in a new issue