From: Staf Verhaegen Date: Tue, 17 Dec 2019 19:27:08 +0000 (+0100) Subject: Also clean python cache. X-Git-Tag: 24jan2021ls180~20 X-Git-Url: https://git.libre-soc.org/?p=c4m-jtag.git;a=commitdiff_plain;h=6f9b4cbf67d3053c5cee346f4a9af2376178d6ca;ds=sidebyside Also clean python cache. --- 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__