radare2/libr/meta/Makefile
pancake 05651257c9 * Initial working implementation of r_meta
- Added test program that sets and gets metadata.
  - It needs much more features and stuff
  - Integration with r_core is mandatory! :)
  - Hard simplification from the old r1 code
* Added r_str_concat and r_str_concatf in r_util
2009-02-16 03:14:19 +01:00

5 lines
44 B
Makefile

NAME=r_meta
OBJ=meta.o
include ../rules.mk