From 1502442426fbfc9fcb79b98cc5cd25376726f972 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Nov 2014 16:57:47 +0000 Subject: [PATCH] Makefile: things autogenerated from .pl --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4afba5d..d667e22 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,9 @@ stls: $(addsuffix .auto.stl, $(AUTO_TOPLEVELS)) dovecliptest.stl: doveclip.scad $(AUTO_INCS) +%: %.pl + ./$< >$@.tmp && mv -f $@.tmp $@ + %.auto.scad: $(PLAY)/toplevel-make Makefile $(PLAY)/toplevel-find @echo ' write $@' $< $@ >$@.tmp -- 2.30.2