all:
	gcc overflow_return.c -o overflow_return -Wno-stringop-overflow -fno-stack-protector -no-pie -static
