diff options
author | Michael Schwarz <michi.schwarz@gmail.com> | 2014-12-07 14:54:54 +0100 |
---|---|---|
committer | Michael Schwarz <michi.schwarz@gmail.com> | 2014-12-07 14:54:54 +0100 |
commit | c02392b65243b3842e273cec36468e21ee376787 (patch) | |
tree | 7586f4bce4a40f4da49d87409078146c020b3bf0 /Makefile | |
parent | 606d27c4384a8ad9b2e8b532dcf0c6c38169e057 (diff) | |
parent | 785aec3aa6e2deda9acfefa8a9114ea3e7d39f44 (diff) | |
download | pogojig-c02392b65243b3842e273cec36468e21ee376787.tar.gz pogojig-c02392b65243b3842e273cec36468e21ee376787.tar.bz2 pogojig-c02392b65243b3842e273cec36468e21ee376787.zip |
Merge commit '785aec3aa6e2deda9acfefa8a9114ea3e7d39f44' into no-examples
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ $(foreach i,$(COMPILED_SCAD_FILES),$(eval $(i): $(filter $(dir $(i))%,$(LIBRARY_ # Rule to convert an SVG file to a DXF file. %.dxf: %.svg - dxf_export/main.sh $< $@ + python2 dxf_export $< $@ # Rule to compile an OpenSCAD file to an STL file. %.stl: %.scad |