radare2/libr/anal/Makefile
pancake f88fd507cd * fix r_asm and r_anal deps
* Initial import of depgraph.pl helper script to get the libr
  internal library dependencies graph with graphviz
2009-03-04 12:39:51 +00:00

6 lines
62 B
Makefile

NAME=r_anal
DEPS=r_util r_lib
OBJ=anal.o
include ../rules.mk