Skip to content

Commit

Permalink
Make all the first target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jul 30, 2023
1 parent 3c0be56 commit a20098a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile_cc65
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ LIB_OBJECTS = \

.PHONY: all clean cleanall test

all: libmega65.a

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

all: libmega65.a $(TESTS_PRGS)

clean:
rm -f $(LIB_OBJECTS) $(TESTS_PRGS) tests/*.o
rm -rf work
Expand Down

0 comments on commit a20098a

Please sign in to comment.