mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
copy tools to devkitA64
This commit is contained in:
parent
5d2dc55b93
commit
dabcbd8702
@ -7,8 +7,8 @@ elf2nso: elf2nso.c sha256.c
|
|||||||
gcc $(CFLAGS) -o $@ $^ -llz4
|
gcc $(CFLAGS) -o $@ $^ -llz4
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
cp build_pfs0 /usr/local/bin/
|
cp build_pfs0 $(DEVKITA64)/bin/
|
||||||
cp elf2nso /usr/local/bin/
|
cp elf2nso $(DEVKITA64)/bin/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f elf2nso
|
rm -f elf2nso
|
||||||
|
Loading…
Reference in New Issue
Block a user