summaryrefslogtreecommitdiffstats
path: root/solve/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-04-02 23:36:08 +0200
committerLouis Burda <quent.burda@gmail.com>2024-04-02 23:36:08 +0200
commit37ea0bd0ffdca70c7293a0ef1b44105a1246da4f (patch)
tree68753e80cdc5bc8afe0642fdf558eb1100aa2b70 /solve/Makefile
downloadcscg2024-bank-master.tar.gz
cscg2024-bank-master.zip
Add solutionHEADmaster
Diffstat (limited to 'solve/Makefile')
-rw-r--r--solve/Makefile2
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 $@