Skip to content

Commit 3fcd3b3

Browse files
committed
missing $ in numbered cover
1 parent e2dd8b4 commit 3fcd3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ define numbered-cover-rule
8888
export/Mounting/AttachmentCover_$(1).stl: src/Mounting/AttachmentCover.scad
8989
@mkdir -p $$(shell dirname $$@)
9090
$(OPENSCAD) $(OPENSCAD_OPTIONS) -D orient_for_printing=true -D attachment_cover_number_text=$(1) -o $$@ $$<
91-
$(STL_SORTER) $@
91+
$(STL_SORTER) $$@
9292
endef
9393

9494
$(foreach number,$(shell seq 0 1 100), \

0 commit comments

Comments
 (0)