File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : build
3434 run : |
35+ chown -R $(whoami):$(whoami) .
3536 make
3637 mkdir -p dist
3738 mv switch-time.nro dist
Original file line number Diff line number Diff line change @@ -204,11 +204,7 @@ ifneq ($(ROMFS),)
204204 export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS)
205205endif
206206
207- .PHONY : $(BUILD ) clean all version
208-
209- # ---------------------------------------------------------------------------------
210- version :
211- @echo $(APP_VERSION )
207+ .PHONY : $(BUILD ) version clean all
212208
213209# ---------------------------------------------------------------------------------
214210all : $(BUILD )
@@ -227,6 +223,10 @@ else
227223endif
228224
229225
226+ # ---------------------------------------------------------------------------------
227+ version :
228+ @echo $(APP_VERSION )
229+
230230# ---------------------------------------------------------------------------------
231231else
232232.PHONY : all
You can’t perform that action at this time.
0 commit comments