add incomplete schlage primus, and string split function

This commit is contained in:
Eric Van Albert
2017-06-18 03:12:07 -04:00
parent 1ff068b3cb
commit d8ab964341
2 changed files with 16 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ JSON_DIR = build
SVG_SRC = $(wildcard $(SVG_DIR)/*.svg)
SCAD_SRC = $(SCAD_DIR)/schlage_classic.scad \
$(SCAD_DIR)/kwikset.scad \
$(SCAD_DIR)/best.scad \
# Generated polygon files
POLY_OBJ = $(patsubst $(SVG_DIR)/%.svg,$(POLY_DIR)/%.gen.scad,$(SVG_SRC))