summaryrefslogtreecommitdiffstats
path: root/solve/Makefile
diff options
context:
space:
mode:
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