Clean up, improve Makefile
This commit is contained in:
parent
49241edc06
commit
37ccf2569e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ OPENSCAD = /usr/bin/openscad
|
|||
all: $(SCAD_MODELS) $(STL_MODELS)
|
||||
|
||||
top-keyboard.scad: SCAD_INPUT = top.scad
|
||||
top-outline.scad: SCAD_INPUT = outline.scad
|
||||
top-keyboard.scad: top.scad
|
||||
|
||||
$(SCAD_MODELS): $(SCAD_INPUT) $(SCAD_INCLUDE)
|
||||
cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue