ObjFW  Makefile at [0375b1e0ea]

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


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}