ObjFW  Makefile at [33dbefb035]

File tests/plugin/Makefile artifact 5a77823505 part of check-in 33dbefb035


include ../../extra.mk

DISTCLEAN = Info.plist

PLUGIN_NOINST = ${TESTPLUGIN_PLUGIN}
BUNDLE_NOINST = ${TESTPLUGIN_BUNDLE}
SRCS = TestPlugin.m

include ../../buildsys.mk

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