brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · acd6c56 Raw
10 lines · plain
1C_SOURCES := main.c2 3DYLIB_NAME := a4DYLIB_C_SOURCES := a.c5ifndef PIE6	LD_EXTRAS := -no-pie7endif8 9include Makefile.rules10