xref: /llvm-project/lldb/test/API/functionalities/tail_call_frames/cross_dso/One.mk (revision bddd2888264492a6deb0d447ee6ac042d3fb44e4)
1DYLIB_NAME := One
2DYLIB_C_SOURCES := One.c
3DYLIB_ONLY := YES
4CFLAGS_EXTRAS := -O2
5LD_EXTRAS := -L. -lTwo
6
7include Makefile.rules
8