radare2/libr/crypto/p/punycode.mk
Rakholiya Jenish 3019bb477c Add support for punycode via woE and woD and rahash2
Also add aes-cbc support by getting IV from user
2016-05-07 12:31:13 +02:00

10 lines
238 B
Makefile

OBJ_PUNY=crypto_punycode.o
STATIC_OBJ+=${OBJ_PUNY}
TARGET_PUNY=crypto_punycode.${EXT_SO}
ALL_TARGETS+=${TARGET_PUNY}
${TARGET_PUNY}: ${OBJ_PUNY}
${CC} $(call libname,crypto_punycode) ${LDFLAGS} ${CFLAGS} -o ${TARGET_PUNY} ${OBJ_PUNY}