xref: /llvm-project/lldb/examples/interposing/darwin/fd_interposing/Makefile (revision 38ef9a9b940f6672876cc9209512d513e4a46a34)
1LEVEL = ../../../../test/make
2
3DYLIB_NAME := FDInterposing
4DYLIB_ONLY := YES
5DYLIB_CXX_SOURCES := FDInterposing.cpp
6
7include $(LEVEL)/Makefile.rules
8