mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
parent
85edf0b826
commit
6615c22a18
@ -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 $@)
|
||||
|
Loading…
Reference in New Issue
Block a user