brintos

brintos / llvm-project-archived public Read only

0
0
Text · 100 B · 80b3ee0 Raw
7 lines · plain
1CXX_SOURCES = a.cpp b.cpp2 3include Makefile.rules4 5a.o: a.cpp6	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@7