
all: 
	gcc -z execstack -o a64.out call_shellcode.c

clean:
	rm -f a64.out codefile_64

