brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · adb29d3 Raw
12 lines · plain
1C_SOURCES := main.c2CFLAGS_EXTRAS := -gdwarf-53 4include Makefile.rules5 6OBJECTS += inline.o7 8$(EXE): main.c inline.o9 10%.o: %.ll11	$(CC) $< -c -o $@12