Skip to content

Commit

Permalink
Merge pull request #141 from RevoSucks/verbose
Browse files Browse the repository at this point in the history
get rid of all in Makefile
  • Loading branch information
RevoSucks committed Sep 27, 2024
2 parents b68537d + add331a commit 3a5b0df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ O_FILES += build/src/libleo/bootstrap.s.o

#### Main Targets ###

all: rom

rom: $(ROM)
@$(PRINT) "$(RED)Building ROM...\n$(NO_COL)"
ifneq ($(COMPARE),0)
Expand Down Expand Up @@ -356,7 +354,6 @@ init: distclean
$(MAKE) venv
$(MAKE) setup
$(MAKE) extract
$(MAKE) all
$(MAKE) diff-init

run: $(ROM)
Expand Down

0 comments on commit 3a5b0df

Please sign in to comment.