chiark / gitweb /
wardrobe-hook: wip elevation
[reprap-play.git] / Makefile
index 5fad8d0a136e6bbf4eee99c8133f0a659944175a..da1772ea80f62f00ea0e940920c3f40e455042d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ default:
                @rm .$@.d.tmp
                mv -f $*.tmp.stl $@
 
-%.gcode:       %.stl %.slic3r $(CONFIG)
+%.gcode:       %.stl $(CONFIG)
                $(SLIC3R) --load $(CONFIG) \
                        --ignore-nonexistent-config --load $*.slic3r \
                        --output $@.tmp $<