brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 79b256a Raw
9 lines · plain
1DYLIB_NAME := Two2DYLIB_C_SOURCES := Two.c TwoConstant.c3DYLIB_ONLY := YES4 5include Makefile.rules6 7TwoConstant.o: TwoConstant.c8	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@9