diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-04-28 16:43:43 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-04-28 16:43:43 +0200 |
| commit | 6e891da3bf95b2d68d605cbd07afbd32557c6420 (patch) | |
| tree | f9e3a00e3791f622ffd94792bb9dca0e0325044f /solve/Makefile | |
| parent | 56ae4f33c8a4b9baf54e309528fc80f68f90350f (diff) | |
| download | cscg2024-flipnote-master.tar.gz cscg2024-flipnote-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..c695417 --- /dev/null +++ b/solve/Makefile @@ -0,0 +1,2 @@ +solve_static: solve.c + gcc -o $@ -static $< -g -Og |
