Fix make clean

This commit is contained in:
Krystine Sherwin 2023-10-12 05:02:33 +13:00
parent ebcbb94a21
commit 5a7a7b319a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ clean:
rm -f tests/svinterfaces/*.log_stdout tests/svinterfaces/*.log_stderr tests/svinterfaces/dut_result.txt tests/svinterfaces/reference_result.txt tests/svinterfaces/a.out tests/svinterfaces/*_syn.v tests/svinterfaces/*.diff
rm -f tests/tools/cmp_tbdata
$(MAKE) -C docs clean
$(MAKE) -C docs/images clean
$(MAKE) -C docs/source/_images clean
rm -rf docs/source/cmd docs/util/__pycache__
clean-abc: