1C_SOURCES := main.c2CFLAGS_EXTRAS := -no-pie3 4all: stripped.out5 6stripped.out : a.out7 $(STRIP) a.out -o stripped.out8 9include Makefile.rules10