brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · 374e58b Raw
7 lines · plain
1C_SOURCES := with-debug.c without-debug.c2 3include Makefile.rules4 5without-debug.o: without-debug.c6	$(CC) $(CFLAGS_NO_DEBUG) -c $<7