brintos

brintos / llvm-project-archived public Read only

0
0
Text · 111 B · 1f1b61d Raw
11 lines · plain
1# Example:2#3# C_SOURCES := b.c4# EXE := b.out5 6ifndef PIE7	LD_EXTRAS := -no-pie8endif9 10include Makefile.rules11