summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-06 22:58:59 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-06 22:58:59 -0600
commited9691af4b1b1d2d95cecc5dcb86e221b58d6cce (patch)
treeca58c19a0d257f7ee8a13e01701eb0812db65995
parent1723aa3d5dd01d94929df377cd5c108168e69d25 (diff)
Makefile: add demo.bin target
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5970152..3e4af81 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,9 @@ vmlaunch: $(SIM_DIR)/sim.py $(SIM_DIR)/gdbstub.py exe/$(TOP)
demo: $(SIM_DIR)/sim.py $(SIM_DIR)/gdbstub.py exe/$(TOP) $(DEMO_OBJ_DIR)/demo.bin
@START_HALTED=0 $< $(SIM_DIR)/gdbstub.py $(OBJ_DIR)/$(TOP)/Vtop $(DEMO_OBJ_DIR)/demo.bin
+demo.bin: $(DEMO_OBJ_DIR)/demo.bin
+ @echo $<
+
ifndef DISABLE_COV
cov: $(OBJ_DIR)/$(TOP)/cov.info
@rm -rf $(COV_DIR)