bolt/deps/llvm-18.1.8/lldb/test/API/lang/c/conflicting-symbol/Two.mk

9 lines
167 B
Makefile
Raw Normal View History

2025-02-14 19:21:04 +01:00
DYLIB_NAME := Two
DYLIB_C_SOURCES := Two.c TwoConstant.c
DYLIB_ONLY := YES
include Makefile.rules
TwoConstant.o: TwoConstant.c
$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@