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