mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
8d2d0e0806
- 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
11 lines
127 B
Makefile
11 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
|