Skip to content

Commit

Permalink
Build tests with make all
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jul 31, 2023
1 parent a20098a commit 288401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile_cc65
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LIB_OBJECTS = \

.PHONY: all clean cleanall test

all: libmega65.a
all: libmega65.a ${TESTS_PRGS}

libmega65.a: $(LIB_OBJECTS)
$(AR65) a $@ $^
Expand Down

0 comments on commit 288401d

Please sign in to comment.