all:
	gcc -D_FORTIFY_SOURCE=0 -fno-stack-check -fno-stack-protector main.c -o test_binary

clean:
	rm -rf test_binary