summaryrefslogtreecommitdiffstats
path: root/solve/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-04-28 16:43:43 +0200
committerLouis Burda <quent.burda@gmail.com>2024-04-28 16:43:43 +0200
commit6e891da3bf95b2d68d605cbd07afbd32557c6420 (patch)
treef9e3a00e3791f622ffd94792bb9dca0e0325044f /solve/Makefile
parent56ae4f33c8a4b9baf54e309528fc80f68f90350f (diff)
downloadcscg2024-flipnote-master.tar.gz
cscg2024-flipnote-master.zip
Add solution - bf fuck itHEADmaster
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..c695417
--- /dev/null
+++ b/solve/Makefile
@@ -0,0 +1,2 @@
+solve_static: solve.c
+ gcc -o $@ -static $< -g -Og