chiark / gitweb /
Makefile: poster-tuber-lid: reformat a rule
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2022 15:36:42 +0000 (15:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:36:43 +0000 (11:36 +0000)
This was confusing

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 6a8f232026f31e95679b334f5688701d4e6b5d11..efad2d81ce81967afa74b7b95450f4d89aaf162a 100644 (file)
--- 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 <poster-tube-lid,CatchPreDistort.auto.stl \
-                       set-fa $(notdir $*) project-cylinder 100 >$@.tmp
-               mv -f $@.tmp $@
+               distort-stl poster-tube-lid,CatchPreDistort.auto.stl
+       ./distort-stl <poster-tube-lid,CatchPreDistort.auto.stl \
+               set-fa $(notdir $*) project-cylinder 100 >$@.tmp
+       mv -f $@.tmp $@