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