Allow building STL files separately

This commit is contained in:
XANTRONIX 2023-11-30 21:28:38 -05:00
parent 6eb05dd0a5
commit 3ad75932fe

View file

@ -6,7 +6,9 @@ STL_MODEL_PARAM = top-keyboard.json
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: top.scad