From f414e9a4a26d74402a569ddcb1ba964394267899 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 9 Dec 2022 14:17:38 +0100 Subject: Unify advent of code makefile now call from emacs compile make -C .. --- AoC2022/06/makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 AoC2022/06/makefile (limited to 'AoC2022/06') 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 -- cgit v1.2.3