aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/02/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/02/makefile')
-rw-r--r--AoC2022/02/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/AoC2022/02/makefile b/AoC2022/02/makefile
new file mode 100644
index 0000000..e358a2c
--- /dev/null
+++ b/AoC2022/02/makefile
@@ -0,0 +1,13 @@
+##
+# run solutions
+#
+# @file
+# @version 0.1
+
+
+
+# end
+
+run:
+ emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
+ # sbcl --load ~/.sbclrc --script solver.lisp