Artifact f32ebd51293ba7c204ce886e86f80a41332c47dcdee5aecc7428909b91296a01:
- File tests/Makefile — part of check-in [93bb18bcbf] at 2018-01-21 22:44:58 on branch trunk — Add support for building as a .framework (user: js, size: 196) [annotate] [blame] [check-ins using]
include ../extra.mk PROG_NOINST = tests${PROG_SUFFIX} SRCS = test.m include ../buildsys.mk CPPFLAGS += -I../src LIBS := -L../src -lobjxmpp ${OBJOPENSSL_LIBS} ${OBJFW_LIBS} ${LIBS} LD = ${OBJC}