summaryrefslogtreecommitdiff
path: root/mech/mech.mk
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-12-23 17:02:51 +0100
committerxengineering <me@xengineering.eu>2024-01-02 14:24:06 +0100
commit9f92a24358c8f5cca2105945d3371dc1f84de3f5 (patch)
tree87ff24aa484b1cefda29e145ee967abb12141cf2 /mech/mech.mk
parent5f0b6e8bf4285c9945bccc69dc23fa020a51fcea (diff)
downloadsoundbox-9f92a24358c8f5cca2105945d3371dc1f84de3f5.tar
soundbox-9f92a24358c8f5cca2105945d3371dc1f84de3f5.tar.zst
soundbox-9f92a24358c8f5cca2105945d3371dc1f84de3f5.zip
mech: pcb_case: Move tolerance test for nut to own file
That way it is easier to get that the test is built and not nut when building the corresponding file.
Diffstat (limited to 'mech/mech.mk')
-rw-r--r--mech/mech.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/mech.mk b/mech/mech.mk
index c92ef7b..aa58d95 100644
--- a/mech/mech.mk
+++ b/mech/mech.mk
@@ -1,5 +1,5 @@
MECH_BUILD_DIR := $(BUILD_DIR)/mech
-PARTS := bottom top back front pcb_case/nut
+PARTS := bottom top back front pcb_case/nut_tolerance_test
STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl)
GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode)