mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Added PFS0 tool to makefile
This commit is contained in:
parent
fa9aa214ea
commit
9156847697
@ -1,7 +1,13 @@
|
||||
all: elf2nso build_pfs0
|
||||
|
||||
build_pfs0: build_pfs0.c
|
||||
gcc -o $@ $^
|
||||
|
||||
elf2nso: elf2nso.c sha256.c
|
||||
gcc -o $@ $^ -llz4
|
||||
|
||||
install: elf2nso
|
||||
install: all
|
||||
cp build_pfs0 /usr/local/bin/
|
||||
cp elf2nso /usr/local/bin/
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user