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

8 lines
122 B
Makefile

LEVEL = ../../../make
DYLIB_NAME := libfoo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules