radare2/libr/bin/p/pebble.mk

11 lines
232 B
Makefile
Raw Normal View History

2014-11-30 16:53:36 +01:00
OBJ_PEBBLE=bin_pebble.o
STATIC_OBJ+=${OBJ_PEBBLE}
2014-12-11 02:08:29 +01:00
TARGET_PEBBLE=bin_pebble.${EXT_SO}
2014-11-30 16:53:36 +01:00
ALL_TARGETS+=${TARGET_PEBBLE}
${TARGET_PEBBLE}: ${OBJ_PEBBLE}
-${CC} $(call libname,bin_pebble) ${CFLAGS} \
2014-12-11 02:08:29 +01:00
$(OBJ_PEBBLE) $(LINK) $(LDFLAGS)