From 8c0e2d3ad25fcfe0d250757e23f3d08eb5f7d598 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Jan 2015 15:14:18 +0000 Subject: [PATCH] Makefile: mention funcs.scad to get it autogenerated --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1004571..e2db3ec 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,8 @@ stls: $(addsuffix .auto.stl, $(AUTO_TOPLEVELS)) %: %.cpp cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@ +funcs.scad: + #%.gcode: %.stl # $(SKEINFORGE) $< -- 2.30.2