Makefile for vuln-32

This commit is contained in:
Jack Bond-Preston 2020-11-27 00:02:30 +00:00
parent ca03d9d77d
commit d191eac742

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
vuln-32:
gcc -fno-stack-protector -m32 -static vuln.c -o vuln-32