Skip to content

Commit 3a5b0df

Browse files
authored
Merge pull request #141 from RevoSucks/verbose
get rid of all in Makefile
2 parents b68537d + add331a commit 3a5b0df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ O_FILES += build/src/libleo/bootstrap.s.o
300300

301301
#### Main Targets ###
302302

303-
all: rom
304-
305303
rom: $(ROM)
306304
@$(PRINT) "$(RED)Building ROM...\n$(NO_COL)"
307305
ifneq ($(COMPARE),0)
@@ -356,7 +354,6 @@ init: distclean
356354
$(MAKE) venv
357355
$(MAKE) setup
358356
$(MAKE) extract
359-
$(MAKE) all
360357
$(MAKE) diff-init
361358

362359
run: $(ROM)

0 commit comments

Comments
 (0)