mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-28 15:52:39 +02:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
elf2nso: elf2nso.c sha256.c
|
|
gcc -o $@ $^ -llz4
|
|
|
|
install: elf2nso
|
|
cp elf2nso /usr/local/bin/
|
|
|
|
clean:
|
|
rm -f elf2nso
|