xref: /llvm-project-15.0.7/lldb/test/API/functionalities/exec/Makefile (revision c6f7b720)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CXX_SOURCES := main.cpp
2
3all: secondprog
4
5include Makefile.rules
6
7secondprog: secondprog.cpp
8	$(MAKE) -f $(MAKEFILE_RULES) \
9		CXX_SOURCES=secondprog.cpp EXE=secondprog
10

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025