xref: /llvm-project/lldb/test/API/functionalities/tail_call_frames/cross_object/Makefile (revision bddd2888264492a6deb0d447ee6ac042d3fb44e4)
1C_SOURCES := main.c One.c Two.c
2
3CFLAGS_EXTRAS := -O2
4include Makefile.rules
5