X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=d667e227ea737817417e323eb97b1efa28968ba7;hp=4afba5d42848dca8a22d88a433b96a4b8e94a3cd;hb=1502442426fbfc9fcb79b98cc5cd25376726f972;hpb=36e53775f3914186a8e112d579013ad8ffe3be7b 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