From b3a52f4002085a57ca0e58b680b46eb7156f2c80 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Sun, 20 Sep 2020 00:43:01 -0400 Subject: [PATCH] minor update --- hw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/Makefile b/hw/Makefile index d615dfc0..e4e79593 100644 --- a/hw/Makefile +++ b/hw/Makefile @@ -2,6 +2,8 @@ build_config: ./scripts/gen_config.py --outv ./rtl/VX_user_config.vh --outc ./VX_config.h + $(MAKE) -C simulate clean: - rm ./rtl/VX_user_config.vh ./VX_config.h \ No newline at end of file + rm ./rtl/VX_user_config.vh ./VX_config.h + $(MAKE) -C simulate clean \ No newline at end of file