summaryrefslogtreecommitdiff
path: root/mech/mech.mk
diff options
context:
space:
mode:
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 a537ca3..65fecc9 100644
--- a/mech/mech.mk
+++ b/mech/mech.mk
@@ -6,7 +6,7 @@ STL := $(PARTS:%=$(MECH_BUILD_DIR)/%.stl)
GCODE := $(PARTS:%=$(MECH_BUILD_DIR)/%.gcode)
.PHONY: mech
-mech: $(GCODE)
+mech: $(GCODE) $(STL)
$(BUILD_DIR)/%.gcode: $(BUILD_DIR)/%.stl
mkdir -p $(dir $@)