ObjFW  Makefile at [5c6e2b3362]

File tests/plugin/Makefile artifact 9a218c4a65 part of check-in 5c6e2b3362


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

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

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