schlage -> schlage_classic

This commit is contained in:
Eric Van Albert
2017-06-17 22:20:30 -04:00
parent 32a56dd0da
commit 8df4ddd8d4
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ JSON_DIR = build
# Files to include
SVG_SRC = $(wildcard $(SVG_DIR)/*.svg)
SCAD_SRC = $(SCAD_DIR)/schlage.scad
SCAD_SRC = $(SCAD_DIR)/schlage_classic.scad
# Generated polygon files
POLY_OBJ = $(patsubst $(SVG_DIR)/%.svg,$(POLY_DIR)/%.gen.scad,$(SVG_SRC))