radare2/libr/diff/Makefile
pancake 69a12884ed Simplify the build system
doc.sw has been moved to radare2-extras
2012-10-03 14:31:35 +02:00

8 lines
88 B
Makefile

include ../config.mk
NAME=r_diff
DEPS=r_util
OBJS=diff.o bdiff.o
include ../rules.mk