llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk

7 lines
100 B
Makefile

LEVEL = ../../make
CXX_SOURCES := secondprog.cpp
EXE = secondprog
include $(LEVEL)/Makefile.rules