From 72a86e58597f0ab43483c1c9a14a0eaa68ecbb76 Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Fri, 21 Feb 2025 21:39:48 +0300 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97efcb5..bf0c40e 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ SRC_FILES += $(SRC_DIR)i2c_master_byte_ctrl.v SRC_FILES += $(SRC_DIR)i2c_master_defines.v SRC_FILES += $(SRC_DIR)timescale.v -.PHONY: all clean +.PHONY: all wave clean -all: mem_gen build run wave +all: mem_gen build run mem_gen: $(PYTHON) $(SRC_DIR)$(PARSER) $(SRC_DIR)$(CONFIG_FILE)