mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
f88fd507cd
* Initial import of depgraph.pl helper script to get the libr internal library dependencies graph with graphviz
6 lines
60 B
Makefile
6 lines
60 B
Makefile
NAME=r_asm
|
|
DEPS=r_lib r_util
|
|
OBJ=asm.o
|
|
|
|
include ../rules.mk
|