From: Ian Jackson Date: Fri, 10 Aug 2012 23:41:08 +0000 (+0100) Subject: 8317 Makefile: add dep on FilamentSpool.scad X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=dl-things.git;a=commitdiff_plain;h=91262490d4567b684336edd656f4bcde1ea79baa 8317 Makefile: add dep on FilamentSpool.scad --- 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 $@ $<