hanchenye-llvm-project/lldb/examples/interposing/darwin/fd_interposing/Makefile

8 lines
149 B
Makefile

LEVEL = ../../../../test/make
DYLIB_NAME := FDInterposing
DYLIB_ONLY := YES
DYLIB_CXX_SOURCES := FDInterposing.cpp
include $(LEVEL)/Makefile.rules