mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
BIN=rax2
|
|
BINDEPS=r_util r_main
|
|
|
|
include ../../libr/main/deps.mk
|
|
include ../../shlr/zip/deps.mk
|
|
include ../rules.mk
|
|
|
|
LDFLAGS+=$(LINK)
|