aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/07/makefile
blob: 73929a6a7429f964cdd4ceabf1543a80a27356e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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