mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-06 05:28:26 +00:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
BIN=rasign2
|
|
BINDEPS=r_anal r_util r_core r_search r_main
|
|
LDFLAGS+=$(LINK)
|
|
|
|
include ../../libr/main/deps.mk
|
|
include ../rules.mk
|