add keygen.py

This commit is contained in:
Eric Van Albert
2017-06-17 22:15:46 -04:00
parent af88866d69
commit 32a56dd0da
2 changed files with 37 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
# Makefile for keygen
# Executables
SCAD = openscad
POLY = PYTHONPATH=/usr/share/inkscape/extensions bin/paths2openscad.py
SCAD_DIR = scad
@@ -20,7 +19,6 @@ POLY_OBJ = $(patsubst $(SVG_DIR)/%.svg,$(POLY_DIR)/%.gen.scad,$(SVG_SRC))
JSON_OBJ = $(patsubst $(SCAD_DIR)/%.scad,$(JSON_DIR)/%.json,$(SCAD_SRC))
POLYFLAGS =
SCADFLAGS =
# Targets
all: $(JSON_DIR)/keys.json poly