radare2/libr/sign/Makefile
Nibble 8ff37cd30b * r_anal
- Add r_anal_strmask
  - Add nopcode (opcode count) to RAnalAop
* r_util
  - Fix constant types in r_types_base
* Add r_anal stuff to TODO
2010-05-16 14:04:08 +02:00

6 lines
63 B
Makefile

NAME=r_sign
DEPS=r_util r_anal
OBJ=sign.o
include ../rules.mk