mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-20 06:12:55 +00:00
6 lines
70 B
Makefile
6 lines
70 B
Makefile
all:
|
|
cd udis86 ; ${MAKE}
|
|
|
|
clean mrproper:
|
|
cd udis86 ; ${MAKE} clean
|