aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-11-03 21:15:35 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-11-03 21:15:35 +0000
commitfc5393b010ccfe68d399abacc93792fc8b711f79 (patch)
treed67a7cac99b690b10ff610dcbeb596aba11d7f24 /Makefile
parentb8f6232bb266bc895267f8dde700aa67a91207d6 (diff)
downloadovm-fc5393b010ccfe68d399abacc93792fc8b711f79.tar.gz
ovm-fc5393b010ccfe68d399abacc93792fc8b711f79.tar.bz2
ovm-fc5393b010ccfe68d399abacc93792fc8b711f79.zip
Added memory-print.asm to examples list in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 237e92e..21c7611 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ ASM_OUT=$(DIST)/asm.out
## EXAMPLES setup
EXAMPLES_DIST=$(DIST)/examples
EXAMPLES_SRC=examples
-EXAMPLES=$(EXAMPLES_DIST)/fib.out $(EXAMPLES_DIST)/factorial.out $(EXAMPLES_DIST)/instruction-test.out
+EXAMPLES=$(EXAMPLES_DIST)/fib.out $(EXAMPLES_DIST)/factorial.out $(EXAMPLES_DIST)/instruction-test.out $(EXAMPLES_DIST)/memory-print.out
# Things you want to build on `make`
all: $(DIST) lib vm asm examples