Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Feb 21, 2025
1 parent cad0f52 commit 72a86e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72a86e5

Please sign in to comment.