mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
commit
34c0e7e88b
@ -11,7 +11,7 @@ LIBNX ?= $(DEVKITPRO)/libnx
|
||||
#---------------------------------------------------------------------------------
|
||||
%.pfs0: %.nso
|
||||
@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
|
||||
@build_pfs0 exefs $@
|
||||
@echo built ... $(notdir $@)
|
||||
|
4
tools/.gitignore
vendored
4
tools/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
build_pfs0
|
||||
elf2nso
|
||||
build_pfs0*
|
||||
elf2nso*
|
||||
|
Loading…
Reference in New Issue
Block a user