- 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
4 lines
44 B
Makefile
4 lines
44 B
Makefile
NAME=r_meta
|
|
OBJ=meta.o
|
|
|
|
include ../rules.mk
|