llvm-project/lldb/test/API/lang/c/shared_lib/Makefile

6 lines
87 B
Makefile

DYLIB_NAME := foo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c
include Makefile.rules