ObjFW  Makefile at [b7cd1e3dc6]

File tests/OFPlugin/TestPlugin/Makefile artifact 9ce3d33173 part of check-in b7cd1e3dc6


PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m

include ../../../buildsys.mk
include ../../../extra.mk

CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../../.. -I../../../src
OBJCFLAGS += ${PLUGIN_CFLAGS}
LIBS := -L../../../src -lobjfw ${LIBS}