ObjFW  Makefile at [c5b3c8ea87]

File tests/plugin/Makefile artifact 49897d6981 part of check-in c5b3c8ea87


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

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

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