radare2/shlr/Makefile
pancake a8757a695f Fix android build and add r_core->anal_define api
Fix static build (libr.a)
Fix android build farm scripts
Build system is still hacky
2012-09-03 01:27:52 +02:00

6 lines
70 B
Makefile

all:
cd udis86 ; ${MAKE}
clean mrproper:
cd udis86 ; ${MAKE} clean