From a841994fecc4488721259d7a38de9579d352aeba Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:52:59 -0400 Subject: [PATCH] remove .Xil folder after build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dca761b..2bca3a8 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,8 @@ $(NEXYS_A7_EXAMPLES): $(VIVADO) -mode batch \ -source ../build.tcl \ -log obj/build.log \ - -jou obj/build.jou + -jou obj/build.jou; \ + rm -rf .Xil; ICESTICK_EXAMPLES := io_core