- Fix bug in r_core_anal_graph_nodes (s/printf/r_cons_printf/) - Use r_str_chop_ro to get 'cg' filename * r_diff - Reimplement graphdiff using r_core functions * r_config - Fix t/Makefile using -l instead of .o's
10 lines
127 B
Makefile
10 lines
127 B
Makefile
NAME=r_diff
|
|
OBJ=diff.o bdiff.o
|
|
DEPS=r_util
|
|
|
|
#EXTRA_TARGETS=linediff
|
|
#EXTRA_CLEAN=clean_me
|
|
|
|
all: real_all
|
|
|
|
include ../rules.mk
|