mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
BIN=rasm2
|
|
BINDEPS=r_asm r_util r_lib
|
|
|
|
include ../binr.mk
|
|
|
|
ifeq ($(WITHNONPIC),1)
|
|
LDFLAGS+=${DL_LIBS}
|
|
endif
|