mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 20:53:29 +08:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
LEVEL = ../../../../test/make
|
|
|
|
DYLIB_NAME := FDInterposing
|
|
DYLIB_ONLY := YES
|
|
DYLIB_CXX_SOURCES := FDInterposing.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|