mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 14:58:54 +00:00
11 lines
196 B
Makefile
11 lines
196 B
Makefile
BIN=rax2
|
|
BINDEPS=r_util r_main
|
|
|
|
include ../rules.mk
|
|
include ../../libr/main/deps.mk
|
|
include ../../shlr/zip/deps.mk
|
|
include ../../shlr/java/deps.mk
|
|
include ../../shlr/gdb/deps.mk
|
|
|
|
LDFLAGS+=$(LINK)
|