summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2014-12-07 14:54:54 +0100
committerMichael Schwarz <michi.schwarz@gmail.com>2014-12-07 14:54:54 +0100
commitc02392b65243b3842e273cec36468e21ee376787 (patch)
tree7586f4bce4a40f4da49d87409078146c020b3bf0 /Makefile
parent606d27c4384a8ad9b2e8b532dcf0c6c38169e057 (diff)
parent785aec3aa6e2deda9acfefa8a9114ea3e7d39f44 (diff)
downloadpogojig-c02392b65243b3842e273cec36468e21ee376787.tar.gz
pogojig-c02392b65243b3842e273cec36468e21ee376787.tar.bz2
pogojig-c02392b65243b3842e273cec36468e21ee376787.zip
Merge commit '785aec3aa6e2deda9acfefa8a9114ea3e7d39f44' into no-examples
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a06a0d1..1b50f45 100644
--- a/Makefile
+++ b/Makefile
@@ -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