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

9 lines
167 B
Makefile
Raw Normal View History

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