diff options
Diffstat (limited to 'solve/Makefile')
| -rw-r--r-- | solve/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solve/Makefile b/solve/Makefile new file mode 100644 index 0000000..c376096 --- /dev/null +++ b/solve/Makefile @@ -0,0 +1,2 @@ +vuln: vuln.c + gcc -O2 -Wall -Wextra -Wpedantic -Wl,-z,lazy -D_FORTIFY_SOURCE=0 -fstack-protector-all -pie $< -o $@ |
