From 76ab3ec8dc79fd95369b1db74eb44b1e481ca8b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2012 01:15:11 +0100 Subject: [PATCH] 8317 Makefile: add dep on Libs.scad --- th-8317/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th-8317/Makefile b/th-8317/Makefile index 88acdbd..f46b225 100644 --- a/th-8317/Makefile +++ b/th-8317/Makefile @@ -13,7 +13,7 @@ iwj-%.scad: @echo >>$@.new '$*();' @mv -f $@.new $@ -%.stl: %.scad FilamentSpool.scad +%.stl: %.scad FilamentSpool.scad Libs.scad openscad -o $@ $< HRR=/home/reprap -- 2.30.2