mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
Another fix for ebc.mk
This commit is contained in:
parent
e3719c785b
commit
b8dbf7e07d
@ -6,6 +6,7 @@ TARGET_EBC=anal_ebc.${EXT_SO}
|
||||
|
||||
ALL_TARGETS+=${TARGET_EBC}
|
||||
|
||||
${TARGET_EBC}: ${OBJ_EBC}
|
||||
${TARGET_EBC}: ${OBJ_EBC} ${SHARED_OBJ}
|
||||
$(call pwd)
|
||||
${CC} $(call libname,anal_ebc) ${CFLAGS} -I../../include/ -o ${TARGET_EBC} ${OBJ_EBC}
|
||||
${CC} $(call libname,anal_ebc) ${CFLAGS} \
|
||||
-I../../include/ -o ${TARGET_EBC} ${OBJ_EBC}
|
||||
|
Loading…
Reference in New Issue
Block a user