From 6f9b4cbf67d3053c5cee346f4a9af2376178d6ca Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Tue, 17 Dec 2019 20:27:08 +0100 Subject: [PATCH] Also clean python cache. --- test/nmigen/cocotb/controller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nmigen/cocotb/controller/Makefile b/test/nmigen/cocotb/controller/Makefile index 1257cb2..0456f3b 100644 --- a/test/nmigen/cocotb/controller/Makefile +++ b/test/nmigen/cocotb/controller/Makefile @@ -77,4 +77,4 @@ $(TOPVCD): sim .PHONY: clean clean:: - @rm -fr code $(TOPVCD) + @rm -fr code $(TOPVCD) __pycache__ -- 2.30.2