mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-22 14:02:40 +02:00
Added PFS0 tool to makefile
This commit is contained in:
parent
e8edfb20f5
commit
d6f42425db
8
Makefile
8
Makefile
@ -1,7 +1,13 @@
|
|||||||
|
all: elf2nso build_pfs0
|
||||||
|
|
||||||
|
build_pfs0: build_pfs0.c
|
||||||
|
gcc -o $@ $^
|
||||||
|
|
||||||
elf2nso: elf2nso.c sha256.c
|
elf2nso: elf2nso.c sha256.c
|
||||||
gcc -o $@ $^ -llz4
|
gcc -o $@ $^ -llz4
|
||||||
|
|
||||||
install: elf2nso
|
install: all
|
||||||
|
cp build_pfs0 /usr/local/bin/
|
||||||
cp elf2nso /usr/local/bin/
|
cp elf2nso /usr/local/bin/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user