Internals: Standardize Makefile indents. No functional change intended.

This commit is contained in:
Wilson Snyder 2025-06-25 21:10:46 -04:00
parent 3209bee3b3
commit 6cd0948c8c
5 changed files with 4 additions and 8 deletions

View File

@ -39,9 +39,7 @@ endif
python_message:
@echo "Found Python version ${PYTHON_VERSION}, but require >= 3.5"
test: \
test-vl_file_copy \
test-vl_hier_graph \
test: test-vl_file_copy test-vl_hier_graph
test-vl_file_copy:
@echo "-- vl_file_copy example"

View File

@ -89,7 +89,6 @@ run:
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
@echo
######################################################################
# Other targets

View File

@ -98,7 +98,6 @@ run:
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
@echo
######################################################################
# Other targets

View File

@ -130,5 +130,5 @@ impl-test-diff:
.PHONY: test-diff
test-diff:
$(MAKE) impl-test-diff | grep -v "Only in obj_" | \
$$(git config --default less --global --get core.pager)
$(MAKE) impl-test-diff | grep -v "Only in obj_" \
| $$(git config --default less --global --get core.pager)