aboutsummaryrefslogtreecommitdiff
path: root/2020/23/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-12-23 21:41:20 +0100
committerMarvin Borner2020-12-23 22:12:06 +0100
commita98af220d1b4b31a540caa9d5b88dd6cd5303717 (patch)
treeabd67f9ba30c8db80c3b534ad970367a76f8ce53 /2020/23/Makefile
parentec00b6eb28c484ea07212fc7582176a5b2e187e1 (diff)
Added quick and dirty C solution for b
Diffstat (limited to '2020/23/Makefile')
-rw-r--r--2020/23/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/23/Makefile b/2020/23/Makefile
index dad052e..197dba2 100644
--- a/2020/23/Makefile
+++ b/2020/23/Makefile
@@ -1,2 +1,5 @@
+c:
+ @gcc -Ofast solve.c && ./a.out
+
run:
@node solve.js