summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21beeb6..c2599ad 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,11 @@ $(TARGET_DIR): debug
mkdir -p $@
install -Dm 644 $(BUILD_DIR)/doc/documentation.pdf $@
-debug: doc
+debug: doc pcb
.PHONY: clean
clean:
rm -rf $(BUILD_DIR)
include doc/doc.mk
+include pcb/pcb.mk