From 468f151044a52af2f829c473179163f5d68b9614 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 6 Jan 2025 19:54:16 +0100 Subject: mech: Remove directory It is planned to add a `pcb` folder with a custom PCB design. This design will be incompatible with the current case developed in `mech`. Thus the case has to be removed first. --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7633882..21beeb6 100644 --- a/Makefile +++ b/Makefile @@ -32,18 +32,11 @@ $(TARGET_DIR): debug rm -rf $@ mkdir -p $@ install -Dm 644 $(BUILD_DIR)/doc/documentation.pdf $@ - install -Dm 644 $(BUILD_DIR)/mech/assembly.gcode $@ - install -Dm 644 $(BUILD_DIR)/mech/assembly.stl $@ - install -Dm 644 $(BUILD_DIR)/mech/production.gcode $@ - install -Dm 644 $(BUILD_DIR)/mech/production.stl $@ - install -Dm 644 $(BUILD_DIR)/mech/pcb_case/tolerance_tests.gcode $@ - install -Dm 644 $(BUILD_DIR)/mech/pcb_case/tolerance_tests.stl $@ -debug: doc mech +debug: doc .PHONY: clean clean: rm -rf $(BUILD_DIR) include doc/doc.mk -include mech/mech.mk -- cgit v1.2.3-70-g09d2