mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 04:50:43 +00:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
BINDEPS=r_db r_util
|
|
BIN=test
|
|
OBJ=test.o
|
|
include ../../rules.mk
|
|
|
|
include ../r.mk
|