From: Ian Jackson Date: Tue, 18 Jun 2013 15:15:00 +0000 (+0100) Subject: Makefile: properly account for *.slic3r files in dependency X-Git-Tag: filamentspool-v2-release~459 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=83d1b009ce82069c1d306ffc039ec44720ea62a5;p=reprap-play.git Makefile: properly account for *.slic3r files in dependency --- diff --git a/Makefile b/Makefile index 00ced69..eaf8705 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ default: @rm .$@.d.tmp mv -f $*.tmp.stl $@ -%.gcode: %.stl $(CONFIG) +%.gcode: %.stl %.slic3r $(CONFIG) $(SLIC3R) --load $(CONFIG) \ --ignore-nonexistent-config --load $*.slic3r \ --output $@.tmp $<