brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 5d05d95 Raw
10 lines · plain
1C_SOURCES := main.c2CFLAGS_EXTRAS := -no-pie3 4all: stripped.out5 6stripped.out : a.out7	$(STRIP) a.out -o stripped.out8 9include Makefile.rules10