Skip to content

Commit 72a86e5

Browse files
authored
Update Makefile
1 parent cad0f52 commit 72a86e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ SRC_FILES += $(SRC_DIR)i2c_master_byte_ctrl.v
2121
SRC_FILES += $(SRC_DIR)i2c_master_defines.v
2222
SRC_FILES += $(SRC_DIR)timescale.v
2323

24-
.PHONY: all clean
24+
.PHONY: all wave clean
2525

26-
all: mem_gen build run wave
26+
all: mem_gen build run
2727

2828
mem_gen:
2929
$(PYTHON) $(SRC_DIR)$(PARSER) $(SRC_DIR)$(CONFIG_FILE)

0 commit comments

Comments
 (0)