chiark / gitweb /
Makefile: do not account for %.slic3r files
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2013 00:02:07 +0000 (01:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2013 00:02:07 +0000 (01:02 +0100)
revert 83d1b009ce82069c1d306ffc039ec44720ea62a5
as it makes things unbuildable if they have no %.slic3r

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 $<