Browse Source

Also clean in cleanall target

master
T. Meissner 4 months ago
parent
commit
eecdbafe83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyuvm_tests/Makefile

+ 1
- 1
pyuvm_tests/Makefile View File

@ -66,7 +66,7 @@ results:
clean::
rm -rf *.o uarttx uartrx wishboneslavee aes results $(SIM_BUILD)
cleanall:
cleanall: clean
rm -rf .ruff_cache __pycache__
.PHONY: clean cleanall check format FIX

Loading…
Cancel
Save