aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/06/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/06/makefile')
-rw-r--r--AoC2022/06/makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/AoC2022/06/makefile b/AoC2022/06/makefile
deleted file mode 100644
index 3ddfc1a..0000000
--- a/AoC2022/06/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# run solutions
-#
-# @file
-# @version 0.1
-
-
-
-# end
-
-run:
- sbcl --load ~/.sbclrc --script solver.lisp
- emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
- rustc solver.rs -o /tmp/solver && /tmp/solver
- elixir solver.exs