radare2/binr/rasm2/Makefile
pancake a6629c610c * Fix static compilation on Linux systems
- Not really portable, needs some work to fix w32 build
2010-11-10 03:55:27 +01:00

9 lines
107 B
Makefile

BIN=rasm2
BINDEPS=r_asm r_util r_lib
include ../binr.mk
ifeq ($(WITHNONPIC),1)
LDFLAGS+=${DL_LIBS}
endif