Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Added the `aas` instruction to the makefile
  • Loading branch information
cheng-alvin committed Nov 15, 2023
1 parent 95621a4 commit 07d189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07d189e

Please sign in to comment.