Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down