Revert "Remove dependence on <ciso646>" (#126399)
[llvm-project.git] / lldb / test / API / lang / cpp / accelerator-table / Makefile
blob4c053a09c7562157bf2f351670885ab23f51c1a5
1 # There is no guaranteed order in which the linker will order these
2 # files, so we just have a lot of them to make it unlikely that we hit
3 # the right one first by pure luck.
5 CXX_SOURCES := main.cpp a.cpp b.cpp c.cpp d.cpp e.cpp f.cpp g.cpp
7 include Makefile.rules