From 91262490d4567b684336edd656f4bcde1ea79baa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2012 00:41:08 +0100 Subject: [PATCH] 8317 Makefile: add dep on FilamentSpool.scad --- th-8317/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th-8317/Makefile b/th-8317/Makefile index 1939ded..1c87474 100644 --- a/th-8317/Makefile +++ b/th-8317/Makefile @@ -13,5 +13,5 @@ iwj-%.scad: @echo >>$@.new '$*();' @mv -f $@.new $@ -%.stl: %.scad +%.stl: %.scad FilamentSpool.scad openscad -o $@ $< -- 2.30.2