Artifact 64681afff9c16efdaaf4c6e1d91a3c8f8111a09b294578df6a84cf2279a78edb:
- File tests/plugin/Makefile — part of check-in [42f939d411] at 2024-05-05 00:17:28 on branch trunk — Update buildsys (user: js, size: 276) [annotate] [blame] [check-ins using]
include ../../extra.mk DISTCLEAN = Info.plist PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX} BUNDLE_NOINST = ${TESTPLUGIN_BUNDLE} SRCS = TestPlugin.m include ../../buildsys.mk CPPFLAGS += -I../.. -I../../src -I../../src/runtime LIBS := ${TESTPLUGIN_LIBS} ${LIBS} LD = ${OBJC}