summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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