From 1935277716b51bea36bc5bba4515654ef2aeffd1 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadev@aryadevchavali.com>
Date: Wed, 8 Nov 2023 18:16:53 +0000
Subject: Makefile now assembles and interprets instruction-test.asm example
 first

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b982892..020d43a 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_DIST)/memory-print.out
+EXAMPLES=$(EXAMPLES_DIST)/instruction-test.out $(EXAMPLES_DIST)/fib.out $(EXAMPLES_DIST)/factorial.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