diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4c5abd7 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +vuln-32: + gcc -fno-stack-protector -m32 -static vuln.c -o vuln-32