From 05c16b1b19a3f1ead032e5119aa8ab3021791f54 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Dec 2022 15:36:42 +0000 Subject: [PATCH] Makefile: poster-tuber-lid: reformat a rule This was confusing Signed-off-by: Ian Jackson --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 $@ -- 2.30.2