llvm-project/lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk

8 lines
119 B
Makefile

LIB_PREFIX := load_
DYLIB_NAME := $(LIB_PREFIX)a
DYLIB_CXX_SOURCES := a.cpp
DYLIB_ONLY := YES
include Makefile.rules