From d6f42425dbeab0c3a8d2906081c8842e5bfbfc8c Mon Sep 17 00:00:00 2001 From: plutoo Date: Sat, 9 Sep 2017 05:30:20 +0200 Subject: [PATCH] Added PFS0 tool to makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5b1d3e..0479b49 100644 --- a/Makefile +++ b/Makefile @@ -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: