mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
commit
34c0e7e88b
@ -11,7 +11,7 @@ LIBNX ?= $(DEVKITPRO)/libnx
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
%.pfs0: %.nso
|
%.pfs0: %.nso
|
||||||
@mkdir -p exefs
|
@mkdir -p exefs
|
||||||
@cp -R $(BUILD_EXEFS_SRC)/* exefs/
|
@[ -d $(BUILD_EXEFS_SRC) ] && cp -R $(BUILD_EXEFS_SRC)/* exefs || echo > /dev/null
|
||||||
@cp $< exefs/main
|
@cp $< exefs/main
|
||||||
@build_pfs0 exefs $@
|
@build_pfs0 exefs $@
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
4
tools/.gitignore
vendored
4
tools/.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
build_pfs0
|
build_pfs0*
|
||||||
elf2nso
|
elf2nso*
|
||||||
|
Loading…
Reference in New Issue
Block a user