SRC=example.c CC=gcc build: nopie pie nopie: $(CC) -no-pie -o example.nopie example.c pie: $(CC) -pie -o example.pie example.c