xref: /llvm-project/lldb/test/API/lang/cpp/structured-binding/Makefile (revision f56cb520d8554ca42a215e82ecfa58d0b6c178e4)
1CXX_SOURCES := main.cpp
2CXXFLAGS_EXTRAS := -std=c++17
3
4include Makefile.rules
5