brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 18f3725 Raw
9 lines · plain
1DYLIB_NAME := One2DYLIB_C_SOURCES := One.c OneConstant.c3DYLIB_ONLY := YES4 5include Makefile.rules6 7OneConstant.o: OneConstant.c8	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@9