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 aa58d95..13b73d7 100644
--- a/mech/mech.mk
+++ b/mech/mech.mk
@@ -12,7 +12,7 @@ $(BUILD_DIR)/%.gcode: $(BUILD_DIR)/%.stl
$(BUILD_DIR)/%.stl: %.scad
mkdir -p $(dir $@)
- openscad --export-format binstl -o $@ $<
+ openscad --hardwarnings --export-format binstl -o $@ $<
.PHONY: clean
clean: