From 07d189e6bac2f176efe0b99b3a39452c88237c54 Mon Sep 17 00:00:00 2001 From: Alvin Cheng <88267875+cheng-alvin@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:17:01 +1100 Subject: [PATCH] Update Makefile Added the `aas` instruction to the makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3b327a5a..5f314681 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ BUILD = ../build HOME = .. -MAIN_OBJ = aaa.o endian.o error.o hint.o parse.o write.o +MAIN_OBJ = aaa.o aas.o endian.o error.o hint.o parse.o write.o all: jas.o