mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 15:04:23 +00:00
25dceb21a8
- Added vala example using r_db (db.vala) * Fix segmentation fault in db.c when adding nodes with no keys defined. (-1) * Added vala example * Added r_db to the default build list * Added r_th, r_bp and r_db in pkgconfig
7 lines
61 B
Makefile
7 lines
61 B
Makefile
NAME=r_db
|
|
DEPS=r_util
|
|
|
|
OBJ=db.o table.o
|
|
|
|
include ../rules.mk
|