From fc5393b010ccfe68d399abacc93792fc8b711f79 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 3 Nov 2023 21:15:35 +0000 Subject: Added memory-print.asm to examples list in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-13-gbd6f