From e7d0a6adf6e5a0b1d5e229cbae027f10cc6e5db3 Mon Sep 17 00:00:00 2001 From: Marno Date: Wed, 17 Mar 2021 16:53:03 +0000 Subject: [PATCH] Removing TagTableStructure.bsv and .depends.mk on clean --- builds/Resources/Include_Common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/Resources/Include_Common.mk b/builds/Resources/Include_Common.mk index 89b0927..5609608 100644 --- a/builds/Resources/Include_Common.mk +++ b/builds/Resources/Include_Common.mk @@ -110,6 +110,7 @@ compile: tagsparams .PHONY: clean clean: rm -r -f *~ Makefile_* symbol_table.txt build_dir/* obj_dir Verilog_RTL/* + rm -r -f TagTableStructure.bsv .depends.mk .PHONY: full_clean full_clean: clean