From 9f92a24358c8f5cca2105945d3371dc1f84de3f5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Dec 2023 17:02:51 +0100 Subject: 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. --- mech/mech.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mech/mech.mk') 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) -- cgit v1.2.3-70-g09d2