mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
69a12884ed
doc.sw has been moved to radare2-extras
8 lines
88 B
Makefile
8 lines
88 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_diff
|
|
DEPS=r_util
|
|
OBJS=diff.o bdiff.o
|
|
|
|
include ../rules.mk
|