From eecdbafe83fdf8482d2a9976994d1f29f86cb22b Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 13 Jan 2024 13:51:31 +0100 Subject: [PATCH] Also clean in cleanall target --- pyuvm_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyuvm_tests/Makefile b/pyuvm_tests/Makefile index bbbb861..b10d947 100644 --- a/pyuvm_tests/Makefile +++ b/pyuvm_tests/Makefile @@ -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