From: Ian Jackson Date: Fri, 9 Dec 2022 15:36:42 +0000 (+0000) Subject: Makefile: poster-tuber-lid: reformat a rule X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=05c16b1b19a3f1ead032e5119aa8ab3021791f54;p=reprap-play.git Makefile: poster-tuber-lid: reformat a rule This was confusing Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 6a8f232..efad2d8 100644 --- a/Makefile +++ b/Makefile @@ -140,8 +140,8 @@ poster-tube-lid,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa3.st poster-tube-lid-coarse,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa20.stl poster-tube-lid,CatchPostDistort-fa%.stl: \ - distort-stl poster-tube-lid,CatchPreDistort.auto.stl - ./distort-stl $@.tmp - mv -f $@.tmp $@ + distort-stl poster-tube-lid,CatchPreDistort.auto.stl + ./distort-stl $@.tmp + mv -f $@.tmp $@