brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · 00bbef5 Raw
5 lines · plain
1include Makefile.rules2 3a.out:4	$(CC) $(CFLAGS) -target x86_64-pc-linux-elf -g -gsplit-dwarf -o $@ $(SRCDIR)/main.c $(SRCDIR)/foo.c5