Skip to content

Commit

Permalink
Added nxlink command to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Apr 13, 2019
1 parent ce9e258 commit d56a52f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ifneq ($(ROMFS),)
export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS)
endif

.PHONY: $(BUILD) clean all
.PHONY: $(BUILD) clean all run

#---------------------------------------------------------------------------------
all: $(BUILD)
Expand All @@ -160,6 +160,10 @@ $(BUILD):
@[ -d $@ ] || mkdir -p $@ $(BUILD) $(OUTDIR)
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile

#--------------------------------------------------------------------------------
run: $(BUILD)
@echo Starting nxlink
@nxlink $(OUTPUT).nro -s -p "EdiZon/EdiZon.nro"
#---------------------------------------------------------------------------------
clean:
@echo clean ...
Expand Down

0 comments on commit d56a52f

Please sign in to comment.