xref: /llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/Makefile (revision 8a64d80a)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CXX_SOURCES := main.cpp
2CXXFLAGS := -DBUILD=47
3
4a.out: a.device.out
5
6include Makefile.rules
7
8a.device.out:
9	$(CXX) $(CXXFLAGS) -DBUILD=74 -o $@ $(SRCDIR)/main.cpp
10

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026