llvm-project/lldb/test/API/functionalities/breakpoint/global_constructor/Makefile

6 lines
95 B
Makefile

DYLIB_NAME := foo
DYLIB_CXX_SOURCES := foo.cpp
CXX_SOURCES := main.cpp
include Makefile.rules