radare2/libr/asm/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
60 B
Makefile

NAME=r_asm
DEPS=r_lib r_util
OBJ=asm.o
include ../rules.mk