aboutsummaryrefslogtreecommitdiff
path: root/2020/23/Makefile
diff options
context:
space:
mode:
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