mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-23 06:12:43 +02:00
copy tools to devkitA64
This commit is contained in:
parent
8424518ebd
commit
ace86c459f
4
Makefile
4
Makefile
@ -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