mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 01:25:35 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
include ../../config.mk
|
|
|
|
OBJ=test.o
|
|
BIN=regtest
|
|
BINDEPS=r_reg r_util
|
|
|
|
include ../../rules.mk
|