mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-20 12:18:18 +00:00
8 lines
175 B
Makefile
8 lines
175 B
Makefile
all:
|
|
git clone https://github.com/myri/lanai-binutils.git
|
|
mkdir -p gnu
|
|
cp -f include/opcode/lanai.h ../include/opcode
|
|
cp -f opcodes/lanai-*.c gnu/
|
|
rm -rf lanai-binutils
|
|
|