diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-04-02 23:36:08 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-04-02 23:36:08 +0200 |
| commit | 37ea0bd0ffdca70c7293a0ef1b44105a1246da4f (patch) | |
| tree | 68753e80cdc5bc8afe0642fdf558eb1100aa2b70 /solve/Makefile | |
| download | cscg2024-bank-master.tar.gz cscg2024-bank-master.zip | |
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 $@ |
