mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
a8757a695f
Fix static build (libr.a) Fix android build farm scripts Build system is still hacky
6 lines
70 B
Makefile
6 lines
70 B
Makefile
all:
|
|
cd udis86 ; ${MAKE}
|
|
|
|
clean mrproper:
|
|
cd udis86 ; ${MAKE} clean
|