From 643c1e0439562d72559cd3c52e1f20b8c440bfb4 Mon Sep 17 00:00:00 2001 From: P-Miranda Date: Wed, 14 Jan 2026 15:07:40 +0000 Subject: [PATCH] fix(make): autocomplete targets - fix make autocompletion of make targets - remove dependency on $(BUILD_DIR)/document/$(DOC).pdf which causes long time for completion --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index be38ce6..aebbfb4 100644 --- a/Makefile +++ b/Makefile @@ -80,11 +80,9 @@ syn-test: doc-build: clean setup nix-shell --run "make -C $(BUILD_DIR) doc-build DOC=$(DOC)" -doc-view: $(BUILD_DIR)/document/$(DOC).pdf +doc-view: doc-build nix-shell --run "make -C $(BUILD_DIR) doc-view DOC=$(DOC)" -$(BUILD_DIR)/document/$(DOC).pdf: doc-build - .PHONY: all setup sim-build sim-run sim-waves sim-test fpga-build fpga-test doc-build doc-view clean: