From: Ian Jackson Date: Sun, 23 Nov 2014 16:57:47 +0000 (+0000) Subject: Makefile: things autogenerated from .pl X-Git-Tag: filamentspool-v2-release~292 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=1502442426fbfc9fcb79b98cc5cd25376726f972 Makefile: things autogenerated from .pl --- 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