[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git] / lldb / test / API / lang / c / conflicting-symbol / Two.mk
blob79b256a0e858990d4c341960ed4cd1b340307bb8
1 DYLIB_NAME := Two
2 DYLIB_C_SOURCES := Two.c TwoConstant.c
3 DYLIB_ONLY := YES
5 include Makefile.rules
7 TwoConstant.o: TwoConstant.c
8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@