llvm/lldb/examples/interposing/darwin/fd_interposing/Makefile

LEVEL = ../../../../test/make

DYLIB_NAME := FDInterposing
DYLIB_ONLY := YES
DYLIB_CXX_SOURCES := FDInterposing.cpp

include $(LEVEL)/Makefile.rules