diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |