ObjFW  Makefile at [ddb1f5a3c5]

File tests/plugin/Makefile artifact f500c20eb5 part of check-in ddb1f5a3c5


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

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

CPPFLAGS += -I../.. -I../../src -I../../src/runtime
LIBS := ${TESTPLUGIN_LIBS} ${LIBS}
LD = ${OBJC}