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
|