From: Ian Jackson Date: Sun, 21 Oct 2012 19:04:47 +0000 (+0100) Subject: Makefile remove %.slic3r dep, fails to cope if missing X-Git-Tag: filamentspool-v2-release~689 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1482600b3db6ae02db5123140fd53703bc81b9d1;p=reprap-play.git Makefile remove %.slic3r dep, fails to cope if missing --- diff --git a/Makefile b/Makefile index c4b1236..4942b59 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,7 @@ default: @rm .$@.d.tmp mv -f $*.tmp.stl $@ -%.slic3r: - -%.gcode: %.stl %.slic3r $(CONFIG) +%.gcode: %.stl $(CONFIG) $(SLIC3R) --load $(CONFIG) \ --ignore-nonexistent-config --load $*.slic3r \ --output $@.tmp $<