From 83d1b009ce82069c1d306ffc039ec44720ea62a5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 18 Jun 2013 16:15:00 +0100 Subject: [PATCH] Makefile: properly account for *.slic3r files in dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- 2.30.2